mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
- QPACK exceptions now use long instead of int, to be consistent with other error codes. - Fixed ManagedSelector to count down the stop latches in finally blocks, so that they are always counted down even in case of exceptions. - Improved exception handling in case of closes. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>