]> git.ipfire.org Git - thirdparty/squid.git/commit
persistent connection / content-length fix. For non-200 replies, we
authorwessels <>
Mon, 1 Dec 1997 09:17:29 +0000 (09:17 +0000)
committerwessels <>
Mon, 1 Dec 1997 09:17:29 +0000 (09:17 +0000)
commitd11336cc70a6d520cbe59722475c99e0c998c8e3
treea85b1b41e44a518aef80c536755182b507708d43
parentee504d17cb7a096d32685c2f465192443521deb9
persistent connection / content-length fix.  For non-200 replies, we
may or may not get a content-length.  If there is no content-length, AND
we've reached the end-of-headers, then we can still try being persistent.
This was previously #ifdef'd out as 'NOT_SURE_THIS_MATTERS'
src/http.cc