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
Max Romanov 7b669ed866 Libunit: fixed shared memory waiting.
The nxt_unit_ctx_port_recv() function may return the NXT_UNIT_AGAIN code, in
which case an attempt to reread the message should be made.

The issue was reproduced in load testing with response sizes 16k and up.
In the rare case of a NXT_UNIT_AGAIN result, a buffer of size -1 was processed,
which triggered a 'message too small' alert; after that, the app process was
terminated.
2020-12-18 00:25:28 +03:00
auto Router: matching regular expressions support. 2020-11-17 15:03:30 +00:00
docs Libunit: fixed shared memory waiting. 2020-12-18 00:25:28 +03:00
go Go: removing C proxy functions and re-using goroutines. 2020-11-18 22:33:53 +03:00
pkg Packages: run non-privileged processes under "unit" user. 2020-12-17 14:30:18 +03:00
src Libunit: fixed shared memory waiting. 2020-12-18 00:25:28 +03:00
test Tests: fixed bug that disabled isolation tests. 2020-12-15 11:06:49 +00:00
.hgignore Added .hgignore file. 2020-09-18 19:37:56 +01:00
.hgtags Added tag 1.21.0 for changeset f804aaf7eee1 2020-11-19 21:13:19 +03:00
CHANGES Added version 1.21.0 CHANGES. 2020-11-19 19:59:18 +03:00
configure Router: matching regular expressions support. 2020-11-17 15:03:30 +00:00
LICENSE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
NOTICE Updated copyright notice. 2020-01-27 16:52:45 +03:00
README README: added project name to the beginning. 2017-09-19 19:05:03 +03:00
version Version bump. 2020-11-24 16:40:28 +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