Files
nginx-unit/test
Valentin Bartenev 924165c90b PHP: improved response status code handling.
There's no reason to parse "http_status_line"; the PHP interpreter already
does this.  If the line contains a valid status code, it's assigned to
"http_response_code".

This also fixes invalid status line handling, where the nxt_int_parse()
function returned -1; it was cast to unsigned, yielding response code 65535.
2019-07-05 18:42:30 +03:00
..
2018-06-08 18:32:55 +03:00
2019-04-09 20:59:35 +03:00
2019-05-30 16:46:04 +03:00