druid/processing
Gian Merlino 004cd012e1
HttpClient: Include error handler on all connection attempts. (#14915)
Currently we have an error handler for https connection attempts, but
not for plaintext connection attempts. This leads to warnings like the
following for plaintext connection errors:

  EXCEPTION, please implement org.jboss.netty.handler.codec.http.HttpContentDecompressor.exceptionCaught() for proper handling.

This happens because if we don't add our own error handler, the last
handler in the chain during a connection attempt is HttpContentDecompressor,
which doesn't handle errors.

The new error handler for plaintext doesn't do much: it just closes
the channel.
2023-08-29 14:28:04 +05:30
..
src HttpClient: Include error handler on all connection attempts. (#14915) 2023-08-29 14:28:04 +05:30
pom.xml Bump com.github.oshi:oshi-core from 6.4.2 to 6.4.4 (#14814) 2023-08-15 16:14:19 +05:30