]> 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)
commit73c3e4037ac19af58eba8d38512f81e8fb1804b6
tree865560d11b132c2d5198bea9d9c36593e7d0f435
parente15b9ef41be1be41ba187c1950e49f010fb61a06
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