jetty.project/jetty-http3/http3-client/src/main/java
Simone Bordet 420ec7cc1d
HTTP/2 improvements. (#9749)
* Implemented a few required error handlings.
* Changed `Parser.init()` to directly take the listener, rather than wrapping it.
  The reason for this change was to be able to reconfigure the Parser upon receiving a SETTINGS frame.
* Initially setting the encoder and decoder max table capacity at the default of 4096, as per spec.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-05-27 19:14:01 +02:00
..
org/eclipse/jetty/http3/client HTTP/2 improvements. (#9749) 2023-05-27 19:14:01 +02:00
module-info.java Happy no year 2023-02-15 15:22:32 +11:00