> +     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?

    - Sascha

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

Reply via email to