mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 16:17:23 +00:00
mod_htt2, synch with changes from github module version:
- logio: improvements to reporting of sent bytes for http2 responses - directive H2OutputBuffering, controls if any output should be sent immediately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1886792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
6
changes-entries/http2_logio.txt
Normal file
6
changes-entries/http2_logio.txt
Normal file
@ -0,0 +1,6 @@
|
||||
*) mod_http2: Fixed reporting of transferred bytes for mod_logio for
|
||||
modifiers %O (and %S) to report the number of transferred header and
|
||||
body lengths. This is still only an approximation of the bytes on the
|
||||
connection. The data is subject to header compression and h2 framing
|
||||
afterwards. [Stefan Eissing]
|
||||
|
5
changes-entries/http2_output_buffering.txt
Normal file
5
changes-entries/http2_output_buffering.txt
Normal file
@ -0,0 +1,5 @@
|
||||
*) mod_http2: new option 'H2OutputBuffering on/off' which controls the
|
||||
buffering of stream output. The default is on, which is the behaviour of
|
||||
previous 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. [Stefan Eissing]
|
Reference in New Issue
Block a user