]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport the body pre-fetch code from trunk/, modifying the three
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 01:22:17 +0000 (01:22 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 01:22:17 +0000 (01:22 +0000)
commita954f3ac6fa93fa97d711f952e374ec8c00d4a79
treed57d719d7f8528d79077b9034c315ae3077b6501
parent26a9da60c4291dd590e8cf38e64b4a895464905e
  Backport the body pre-fetch code from trunk/, modifying the three
  stream_te / stream_cl / spool_cl functions to presume an input_brigade
  before fighting with fetching additional body content.

  We will be using the bytes_read in a later commit to make a better
  decision about choosing to send a C-L or chunked body to the backend.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230724 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_http.c