An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Valentin Bartenev 24d9b98900 HTTP/2: fixed a segfault while processing unbuffered upload.
The ngx_http_v2_finalize_connection() closes current stream, but that is an
invalid operation while processing unbuffered upload.  This results in access
to already freed memory, since the upstream module sets a cleanup handler that
also finalizes the request.
2016-06-16 20:55:11 +03:00
auto An internal SHA1 implementation. 2016-06-09 16:55:38 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Fixed spelling. 2016-04-07 11:50:13 +03:00
docs nginx-1.11.1-RELEASE 2016-05-31 16:43:49 +03:00
misc Updated OpenSSL used for win32 builds. 2016-05-24 17:44:01 +03:00
src HTTP/2: fixed a segfault while processing unbuffered upload. 2016-06-16 20:55:11 +03:00
.hgtags release-1.11.1 tag 2016-05-31 16:43:49 +03:00