On Fri, 22 Nov 2002, Sascha Schumann wrote:

> > +   if (rfc2616_headers && SG(sapi_headers).http_status_line) {
> > +           len = sprintf(buf, "%s\r\n", SG(sapi_headers).http_status_line);
> 
>     So, if the user specifies that he wants to have
>     rfc2616_headers, but http_status_line is not set, he gets the
>     Status: line nevertheless?

What should the correct behavior be. Send no default header (sending 
status: amounts to this for a server that does not support it)? Send 
"HTTP/1.0 200 OK"?

Edin



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to