609c144ae0
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> |
||
---|---|---|
.. | ||
src | ||
pom.xml |