NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
Find a file
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
auto Java: added java module in configure help. 2019-05-30 15:02:10 +03:00
docs Added version 1.9 CHANGES. 2019-05-30 17:16:23 +03:00
pkg Packages: log and pid paths made consistent. 2019-07-04 14:14:29 +03:00
src PHP: improved response status code handling. 2019-07-05 18:42:30 +03:00
test PHP: improved response status code handling. 2019-07-05 18:42:30 +03:00
.hgtags Added tag 1.9.0 for changeset dda6319de785 2019-05-30 17:39:43 +03:00
CHANGES Added version 1.9 CHANGES. 2019-05-30 17:16:23 +03:00
configure Improvement and unification of version processing in build scripts. 2019-02-22 16:31:44 +03:00
LICENSE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
NOTICE Year 2019. 2019-01-09 18:03:48 +03:00
README README: added project name to the beginning. 2017-09-19 19:05:03 +03:00
version Version bump. 2019-06-10 15:53:26 +03:00

NGINX Unit
----------

The documentation and binary packages are available online:

  http://unit.nginx.org

The source code is provided under the terms of Apache License 2.0:

  http://hg.nginx.org/unit

Please ask questions, report issues, and send patches to the mailing list:

  unit@nginx.org (http://mailman.nginx.org/mailman/listinfo/unit)

or via Github:

  https://github.com/nginx/unit

--
NGINX, Inc.
http://nginx.com