]> granicus.if.org Git - apache/commit
Fix problem handling FLUSH bucket in the chunked encoding filter.
authorBill Stoddard <stoddard@apache.org>
Tue, 26 Jun 2001 17:40:58 +0000 (17:40 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 26 Jun 2001 17:40:58 +0000 (17:40 +0000)
commit040c05592a3005a217eff3ddbaae6957fc3e8cd5
tree3419ca1921e195c2ab7e4133e8ee509cf0bffe12
parent6aeb7aadb4f1b8be0be1269d84a7569366835c50
Fix problem handling FLUSH bucket in the chunked encoding filter.
Module was calling ap_rwrite() followed by ap_rflush() but the
served content was not being displayed in the browser. Inspection
of the output stream revealed that the first data chunk was
missing the trailing CRLF required by the RFC

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89422 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_core.c