[Solar-talk] server issue

Jeff Surgeson solar at 3hex.com
Thu May 3 18:25:08 PDT 2007


Rodrigo !!!!!!!!
> 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.

Not a bad guess, well done maestro, it solves the problem :-D :-D
Rodrigo seen you solved it please do the honours and file a bug report :-)

Thanks again
-- 
...........::::::...........
Jeff Surgeson / South Africa


More information about the solar-talk mailing list