From b8052b050e0111400c59f35e76c013d8ee553ea9 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 25 Mar 2021 16:55:16 +0300 Subject: 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. --- docs/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index cca6bbc4..89c4630d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -36,6 +36,13 @@ appeared in 1.6. + + +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. + + + a descriptor leak occurring in the router process when removing or -- cgit