netty5/codec-http2/src
Norman Maurer d5208096e4
Allow to have an empty path when convert a CONNECT request (#11108)
Motivation:

CONNECT requests have no path defined as stated in the HTTP/2 spec, at the moment we will throw an exception if we try to convert such a request to HTTP/1.1

Modifications:

- Don't throw an exception if we try to convert a HTTP/2 CONNECT request that has no path
- Add unit test

Result:

Related to https://github.com/netty/netty-incubator-codec-http3/pull/112.
2021-03-24 10:46:53 +01:00
..
main Allow to have an empty path when convert a CONNECT request (#11108) 2021-03-24 10:46:53 +01:00
test Allow to have an empty path when convert a CONNECT request (#11108) 2021-03-24 10:46:53 +01:00