4a86dce2ca
Motivation: The HTTP/2 specification indicates that when converting from HTTP/2 to HTTP/1.x and non-ascii characters are detected that an error should be thrown. Modifications: - The ASCII validation is already done but the exception that is raised is not properly converted to a RST_STREAM error. Result: - If HTTP/2 to HTTP/1.x translation layer is in use and a non-ascii header is received then a RST_STREAM frame should be sent in response. |
||
---|---|---|
.. | ||
src | ||
pom.xml |