jetty.project
jetty.project copied to clipboard
Rework HTTP/3 QPack instruction encoding
trafficstars
Jetty version(s) 12.1.x
Enhancement Description HTTP/3 QPack instruction encoders currently encode in a buffer that is added to a mutable buffer. They should be modified to encode directly into the buffer.
See: #11801