summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2021-11-25 16:58:43 +0300
committerMax Romanov <max.romanov@nginx.com>2021-11-25 16:58:43 +0300
commit1c0436d644c3a313096cd7d43c4148151c2193ee (patch)
treea8b48c74bad210b5e54c20f3eb334af9c8880b0b /docs/changes.xml
parentaaa34e0a644912e49d7c5619749b67f585da9c85 (diff)
downloadunit-1c0436d644c3a313096cd7d43c4148151c2193ee.tar.gz
unit-1c0436d644c3a313096cd7d43c4148151c2193ee.tar.bz2
Fixing access_log structure reference counting.
The reference to the access_log structure is stored in the current nxt_router_conf_t and the global nxt_router_t. When the reference is copied, the reference counter should be adjusted accordingly. This closes #593 issue on GitHub.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r--docs/changes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index a40d87bb..80477889 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -31,6 +31,13 @@ NGINX Unit updated to 1.26.1.
date="" time=""
packager="Andrei Belov &lt;defan@nginx.com&gt;">
+<change type="bugfix">
+<para>
+the router process crash on reconfiguration if "access_log" was configured
+without listeners.
+</para>
+</change>
+
</changes>