Add CHANGES and release note for [GL #3149]

This commit is contained in:
Ondřej Surý
2022-02-15 21:06:18 +01:00
parent ebfdb50ac7
commit 9f1c439335
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
5809. [bug] Reset client TCP connection when data received cannot
be parsed as a valid DNS request. [GL #3149]
5808. [bug] Certain TCP failures were not caught and handled
correctly by the dispatch manager, causing
connections to time out rather than returning

View File

@@ -76,3 +76,6 @@ Bug Fixes
been fixed by adding a "write" timer. Connections that are hung
while writing will now time out after the ``tcp-idle-timeout`` period
has elapsed. :gl:`#3132`
- Client TCP connections are now closed immediately when data received
cannot be parsed as a valid DNS request. :gl:`#3149`