]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Handle the -1 case in ap_http_filter. -1 means that we have to read
authorRyan Bloom <rbb@apache.org>
Thu, 9 Aug 2001 04:21:26 +0000 (04:21 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 9 Aug 2001 04:21:26 +0000 (04:21 +0000)
commit979df5fa53ecdf2c0e722af8ee018b5ad7efe5e6
tree3f244b582d176b6aab74a28af9c239206c25b16b
parent6513c027a789d096875c1c4f77412b1952f1d90a
Handle the -1 case in ap_http_filter.  -1 means that we have to read
all data from the socket until the socket is closed.  This has been
used to proxy www.google.com successfully, but it doesn't return anything
when used with www.yahoo.com.  Still debugging that problem.

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