diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-03-25 16:55:16 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-03-25 16:55:16 +0300 |
commit | b8052b050e0111400c59f35e76c013d8ee553ea9 (patch) | |
tree | 39009fc66870ba1ac60bbe0e0ee996e8b5201562 /docs/changes.xml | |
parent | 067c6096e2ec306c4fdae6993140fbbdf4f9a6fd (diff) | |
download | unit-b8052b050e0111400c59f35e76c013d8ee553ea9.tar.gz unit-b8052b050e0111400c59f35e76c013d8ee553ea9.tar.bz2 |
Fixing shm buffer leakage when sending over the port queue.
When the shm buffer is sent over the port queue, it needs to be completed
because it's sent over the port socket.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index cca6bbc4..89c4630d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -38,6 +38,13 @@ appeared in 1.6. <change type="bugfix"> <para> +a descriptor and memory leak occurring in the router process when processing +small WebSocket frames from a client; the bug had appeared in 1.19.0. +</para> +</change> + +<change type="bugfix"> +<para> a descriptor leak occurring in the router process when removing or reconfiguring an application; the bug had appeared in 1.19.0. </para> |