On 5/27/2010 10:44 PM, Chen Chien-Yu wrote:
> Hi,
> 
> I'm not familiar with the bucket, brigade at all.
> It seems that the chunk will be sent via bucket brigade.
> I found the stuck happen when the length of the bucket is "0" and the
> next length of the bucket is "5" (0\r\n\r\n, is this the last chunk?).
> 
> Why isn't the last chunk inserted in the bucket with web data?
> Why the last two buckets with zero and five length aren't sent out?

Most likely whatever appended a 5 byte bucket at the end forgot to pay
attention to the EOS bucket that marked the end of the stream.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to