c-l filter thinks that a partial send is not okay if using HTTP
0.9. connection->keepalive is AP_CONN_UNKNOWN.  If this were set to
AP_CONN_CLOSE, c-l filter would allow a partial send.  I dunno what
else that would break.

Right now Apache is eating lots and lots of storage on a big CGI
response on HTTP 0.9 request.  The entire response is getting
buffered.

With HTTP/1.0, the entire response is getting buffered too.  Do we
absolutely have to get the content length, or can we set connection
close and omit the content length field?

(Haven't we been through this before?)

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to