Add CHANGES note for [GL #3133]

(cherry picked from commit 1b25b76921)
This commit is contained in:
Evan Hunt 2022-02-11 12:34:52 -08:00 committed by Ondřej Surý
parent 21ae6bb1b2
commit 4a448d09ee

View file

@ -1,3 +1,8 @@
5808. [bug] Certain TCP failures were not caught and handled
correctly by the dispatch manager, causing
connections to time out rather than returning
SERVFAIL. [GL #3133]
5807. [bug] Add a TCP "write" timer, and time out writing
connections after the "tcp-idle-timeout" period
has elapsed. [GL #3132]