]> granicus.if.org Git - apache/commit
Just an observation, we potentially read/retain far too much of the body,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 4 Aug 2002 18:24:10 +0000 (18:24 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 4 Aug 2002 18:24:10 +0000 (18:24 +0000)
commit10ae8d450c4a3302b7f89dd93c2a7e7829767be9
treec916dee488d6566f8bb6576a085e465ed2c4347d
parent8094344be53f31681560db154bc5c5257783a30f
  Just an observation, we potentially read/retain far too much of the body,
  and this can be optimized.  Not a problem for sendfile based byterange
  requests, but potentially lethal to serve byterange requests of any
  parsed or cgi generated responses.

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