This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4b5be67 Sync deps
new 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.
new 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.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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(-)