]> granicus.if.org Git - apache/commit
Update chunk_filter to handle buckets with unknown length (e.g., pipes).
authorJeff Trawick <trawick@apache.org>
Mon, 28 Aug 2000 20:36:42 +0000 (20:36 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 28 Aug 2000 20:36:42 +0000 (20:36 +0000)
commit933a5d5736b154595f1566c721e27d46f5d319e4
tree983799b80eb3e54440c32c74723f97daa9b25060
parent10ed6f68367125f672a11f16d71f5fe236966720
Update chunk_filter to handle buckets with unknown length (e.g., pipes).
As soon as we hit such a bucket, we'll read from it then pass everything
we have so far on to the next filter.  At that point we'll start over.

Also, increase the size of the chunk header buffer to handle larger
lengths.

Note: There is still an extra final chunk header (0) when mod_cgi is used
because EOS is coming down twice.

This is likely to have some bugs here and there.  Even worse, it is butt
ugly and in need of simplification.

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