]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Compute the content length (and add appropriate header field) for
authorJeff Trawick <trawick@apache.org>
Tue, 31 Oct 2000 12:30:22 +0000 (12:30 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 31 Oct 2000 12:30:22 +0000 (12:30 +0000)
commitad7545f0b46defaf848de1b09385e41b65e509dd
tree865560d11b132c2d5198bea9d9c36593e7d0f435
parent5403b81ddb925ab6c5787b4a2f029bf02a5b51d1
Compute the content length (and add appropriate header field) for
the response when no content length is available and we can't use
chunked encoding.

This is going to be painful when the response body is huge, so I
suspect we'll have additional criteria in the future.

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