]> granicus.if.org Git - apache/commit
http_filter():
authorJeff Trawick <trawick@apache.org>
Tue, 17 Oct 2000 15:28:57 +0000 (15:28 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 17 Oct 2000 15:28:57 +0000 (15:28 +0000)
commite01105f10723a75a117a804a792e64eb230abd69
tree0da7a90c1ba096dc8dc09fe3b70e2b0e93d6fd7f
parentf7e5100cb8d11bd1e6743894769883585be5b8d6
http_filter():
  when delivering body bytes, only deliver one block of data (however
  much is returned by bucket read) instead of delivering the entire
  body at once; this gets painful with a large body

  make a note of an issue with the blocking state of the socket;
  currently, the socket is non-blocking, but when reading body bytes
  we should feel free to wait for body bytes until a timeout occurs;

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