The official NGINX Open Source repository.
Go to file
Valentin Bartenev 9150c7df1f HTTP/2: fixed splitting of response headers on CONTINUATION frames.
Previous code has been based on assumption that the header block can only be
splitted at the borders of individual headers.  That wasn't the case and might
result in emitting frames bigger than the frame size limit.

The current approach is to split header blocks by the frame size limit.
2015-09-28 02:32:44 +03:00
auto Configure: style fixes for autoconf.err. 2015-10-23 18:21:33 -07:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: add more directives to vim syntax. 2014-10-22 15:31:19 +02:00
docs nginx-1.9.5-RELEASE 2015-09-22 17:36:21 +03:00
misc Updated OpenSSL used for win32 builds. 2015-08-17 18:09:20 +03:00
src HTTP/2: fixed splitting of response headers on CONTINUATION frames. 2015-09-28 02:32:44 +03:00
.hgtags release-1.9.5 tag 2015-09-22 17:36:22 +03:00