/[Apache-SVN]
ViewVC logotype

Revision 1888011


Jump to revision: Previous Next
Author: icing
Date: Wed Mar 24 14:28:49 2021 UTC (3 years, 1 month ago)
Changed paths: 13
Log Message:
  *) mod_http2: sync with github standalone version 1.15.17
     - Log requests and sent the configured error response in case of early detected
       errors like too many or too long headers. [Ruediger Pluem]
     - new option 'H2OutputBuffering on/off' which controls the buffering of stream output.
       The default is on, which is the behaviour of older mod-h2 versions. When off, all
       bytes are made available immediately to the main connection for sending them
       out to the client. This fixes interop issues with certain flavours of gRPC, see
       also <https://github.com/icing/mod_h2/issues/207>.



Changed paths

Path Details
Directoryhttpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_config.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_config.h modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_h2.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_headers.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_headers.h modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_mplx.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_request.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_stream.h modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_task.c modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_task.h modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/http2/h2_version.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26