K 10 svn:author V 3 osa K 8 svn:date V 27 2015-09-16T23:01:04.313852Z K 7 svn:log V 721 Upgrade HTTP/2 patch from v4 to v6. 2015-09-11 Version 6 (NGINX 1.9.4) - Sending GOAWAY frame on connection shutdown; - Proper handling of huge response headers using CONTINUATION frames; - Various minor fixes. 2015-09-08 Version 5 (NGINX 1.9.4) - Validation of the request headers; - Improved error handling even more; - Added the http2_max_header_size directive that limits the maximum size of a request headers (16384 bytes by default); - Fixed the default value of the http2_max_field_size directive; - Limited consumption of memory during the HTTP/2 session; - The $request_line variable for HTTP/2 requests now uses "HTTP/2.0" as the version token instead of "HTTP/1.1". END