]> granicus.if.org Git - apache/commit
Fix content-length computation. We ONLY compute a content-length if
authorRyan Bloom <rbb@apache.org>
Wed, 7 Mar 2001 17:01:28 +0000 (17:01 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 7 Mar 2001 17:01:28 +0000 (17:01 +0000)
commit48c376abcf8013771fbca8fd982ff4e234ed2af7
tree7fe35b3a283c4eaf4356845f62be964ed5f5b6f4
parent6515fd77b73c8e4f33c74a3995daac4c2451edac
Fix content-length computation.  We ONLY compute a content-length if
We are not in a 1.1 request and we cannot chunk, and this is a keepalive
or we already have all the data.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88464 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/protocol.c