mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 16:17:23 +00:00

- 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
6 lines
380 B
Plaintext
6 lines
380 B
Plaintext
*) 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]
|