netty5/handler-proxy/src
Carl Mastrangelo 2ae0fb19b6 http-proxy: attach headers to connection exception (#8824)
Motivation:
When a proxy fails to connect, it includes useful error detail in
the headers.

Modification:
- Add an HTTP Specific ProxyConnectException
- Attach headers (if any) in the event of a non-200 response

Result:
Able to surface more useful error info to applications
2019-02-02 07:24:49 +01:00
..
main/java/io/netty/handler/proxy http-proxy: attach headers to connection exception (#8824) 2019-02-02 07:24:49 +01:00
test/java/io/netty/handler/proxy http-proxy: attach headers to connection exception (#8824) 2019-02-02 07:24:49 +01:00