This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4b5be67 Sync deps
add 4845cf9 CAMEL-16718: camel-netty - If netty producer fails writing at
a early phase then netty does not trigger exceptionCaught in the client
handler, so we need to do something when operation is not success and then
cause Camel to get the real caused exception and continue routing its callback,
otherwise a thread may hang. Thanks to Morgan L for reporting and the analysis
of the problem.
add 66f30dc CAMEL-16718: camel-netty - If netty producer fails writing at
a early phase then netty does not trigger exceptionCaught in the client
handler, so we need to do something when operation is not success and then
cause Camel to get the real caused exception and continue routing its callback,
otherwise a thread may hang. Thanks to Morgan L for reporting and the analysis
of the problem.
No new revisions were added by this update.
Summary of changes:
.../camel/component/netty/http/ProxyProtocolTest.java | 4 ++++
.../apache/camel/component/netty/NettyCamelState.java | 19 +++++++++++++++++++
.../apache/camel/component/netty/NettyProducer.java | 16 +++++++++++++++-
.../netty/handlers/ClientChannelHandler.java | 14 ++++++++------
4 files changed, 46 insertions(+), 7 deletions(-)