mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
- Moved ExecutionStrategy from ServerQuicConnection to QuicConnection. For the server the produced task is declared as BLOCKING, but for the client the produced task is NON_BLOCKING. - Fixed race condition in QuicSession.process(...). - Updated quic-quiche pom.xml. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>