[Solar-talk] server issue

Andreas Ravnestad andreas.ravnestad at gmail.com
Thu May 3 18:24:22 PDT 2007


Rodrigo Moraes wrote:
> On 5/3/07, Andreas Ravnestad wrote:
>   
>> ^ That header line is malformed. Should be "HTTP/1.1 200 OK".
>>     
>
> Solar_response::_sendHeaders() has this:
>
>         // build the response status code and text string
>         $status = "HTTP {$this->_version}/{$this->_status} "
>                 . $this->_status_codes[$this->_status];
>
> Maybe it should be:
>
>         $status = "HTTP/{$this->_version} {$this->_status} "
>                 . $this->_status_codes[$this->_status];
>
> I'm just guessing based on Andreas feedback.
>
> rodrigo
>   


I'm pretty sure that would fix it :)

-AR



More information about the solar-talk mailing list