]> granicus.if.org Git - apache/commit
Change the content-length filter to give up (i.e., not provide content-length)
authorJeff Trawick <trawick@apache.org>
Fri, 3 Nov 2000 16:38:28 +0000 (16:38 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 3 Nov 2000 16:38:28 +0000 (16:38 +0000)
commitfdfcc2df5a558c502ad164010444fa3104621387
tree3c8ef5084a5ec71c2c7b29e76aad9d799a187471
parentd7430d77c237197d08c00d121aa9761797948f8b
Change the content-length filter to give up (i.e., not provide content-length)
if it gets a flush bucket.  A generator of streaming content needs to send down
a flush bucket (e.g., by calling ap_rflush()) if it wants to send a partial
response to the client immediately.

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