jetty.project/jetty-http2/http2-client
Simone Bordet 609c144ae0 Fixes #4115 - Drop HTTP/2 pseudo headers.
Invalid HTTP/2 headers are now causing an error rather than being ignored.

HTTP2Flusher now catches HpackException.StreamException and generates a
RST_STREAM frame, rather than just closing the connection.

Modified HpackEncoder to throw HpackException in case of encoding failure.
Introduced HpackEncoder.validateEncoding (defaults true) so validation of
the headers can be disabled (useful for tests).

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-10-03 12:45:55 +02:00
..
src Fixes #4115 - Drop HTTP/2 pseudo headers. 2019-10-03 12:45:55 +02:00
pom.xml Updating to version 9.4.22-SNAPSHOT 2019-09-26 10:46:28 -05:00