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 257283cc38 Fixed unit library mutex usage.
For the optimization purpose, function nxt_unit_remove_process() expects
lib->mutex to be locked.  The function then moves ports queue into temporary
queue and releases mutex.  In nxt_unit_done() there were two errors: mutex was
not locked before nxt_unit_remove_process() call and mutex was not destroyed.
It is hard to tell what was possible negative impact of this errors.

Found by Coverity (CID 308517).
2018-08-07 15:52:11 +03:00
auto Unit application library. 2018-08-06 17:27:33 +03:00
docs Added version 1.3 CHANGES. 2018-07-13 14:45:08 +03:00
pkg Generated Dockerfiles for Unit 1.3. 2018-07-13 14:45:08 +03:00
src Fixed unit library mutex usage. 2018-08-07 15:52:11 +03:00
test Tests: remove unused function. 2018-08-06 19:40:37 +03:00
.hgtags Added tag 1.3 for changeset b3cf22b8a17e 2018-07-13 15:15:22 +03:00
CHANGES Added version 1.3 CHANGES. 2018-07-13 14:45:08 +03:00
configure Fixed configure process with non-default locale. 2018-07-23 19:21:33 +03:00
LICENSE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
NOTICE Year 2018. 2018-01-01 16:31:07 +03:00
README README: added project name to the beginning. 2017-09-19 19:05:03 +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