]> granicus.if.org Git - apache/commit
pass_chunk() was tossing a brigade composed of just the EOS bucket. on
authorGreg Stein <gstein@apache.org>
Sat, 9 Sep 2000 22:35:03 +0000 (22:35 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 9 Sep 2000 22:35:03 +0000 (22:35 +0000)
commit5a6282f94e50d13e2a91eebba649c998a3255280
tree07a7c4641d100f5ab54c9d11cbde30f419d0d516
parent86aab2ef121fdc025c90fbde7a6f058f0a4addf1
pass_chunk() was tossing a brigade composed of just the EOS bucket. on
    entry, it saw there were zero bytes and simply returned. the client
    would never receive "end of response" and timeout (or the server would
    timeout the client).

*) added comments about what is going on
*) place chunk start/end markers around just the content, if that content
   is non-zero in length
*) insert all the right "end of response" stuff before the EOS bucket

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