]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Clean up blocking and non-blocking reads from buckets. The only bucket
authorRyan Bloom <rbb@apache.org>
Sat, 4 Nov 2000 01:30:37 +0000 (01:30 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 4 Nov 2000 01:30:37 +0000 (01:30 +0000)
commit9dbfde758715b7796d7c28910addaa291e6d1b58
tree2ae0e6e735752cd3a033ae3a9308b295267c4ea3
parent49f21e00f6edd65c62e87829b3f2e3c9255825b6
Clean up blocking and non-blocking reads from buckets.  The only bucket
that works correctly right now is sockets, but pipes are coming next.
This also makes the http_header_filter do AP_MODE_PEEK correctly.

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