Files
apache-http-server/changes-entries/flushing-chunks.txt
Joe Orton b5b2ca3f3e * modules/http/chunk_filter.c (ap_http_chunk_filter): For a brigade
containing [FLUSH EOS], insert the last-chunk terminator before the
  FLUSH rather than between the FLUSH and the EOS.

Github: closes #400


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914804 13f79535-47bb-0310-9956-ffa450edef68
2023-12-20 15:56:15 +00:00

3 lines
119 B
Plaintext

*) http/1.1: For a chunked response body, ensure the last-chunk
terminator is flushed if necessary. [Joe Orton]