This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 74e589f Properly exclude docs/node and docs/.yarn
new 810afd7 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 d77580c 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(-)