]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the first bucket not getting chunked properly. The reason was that
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 14 Oct 2001 20:41:00 +0000 (20:41 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 14 Oct 2001 20:41:00 +0000 (20:41 +0000)
commite1438a2d7c487c8a2ca22b719527835fc6067186
tree625e621607c10b5aaf533c3973aa937da5d80314
parentd55c3c855bb562b9e1388ab461698794c6dd67c7
Fix the first bucket not getting chunked properly.  The reason was that
we left the TE header in the output headers, so ap_set_keepalive didn't
set r->chunked to 1.  So, ap_http_header_filter wouldn't insert CHUNK
filter appropriately.  I have no clue how it chunked anything at all
before this patch, but hey, it looks right now.

Tested with Yahoo, Apple, apache.org, and /.
/. is interesting in that it sends both Conn: Close and TE: chunked.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91463 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_http.c