]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix http2 drop handling to clear the postpone_drop state so that master
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Dec 2025 13:41:10 +0000 (14:41 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Dec 2025 13:41:10 +0000 (14:41 +0100)
commitc0522043f0de237d605d5dbbc239a7cd6b2e24d8
tree1e2fe03b53814f6aed99927988008a3f4a3cd228
parentb858801feb9bf9021491b9797f3d2ebc745c36b0
- Fix http2 drop handling to clear the postpone_drop state so that
  other streams on the http2 session are not affected by a drop,
  and can clean up properly if also dropped. Fix http2 send reply
  so that when there is a send failure is does not recurse into
  the mesh functions and also does not drop the connection due to
  the condition of one stream.
doc/Changelog
services/listen_dnsport.c
util/netevent.c