Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.13.2, 2.14.0
-
None
-
Unknown
Description
If the http request connection header is "keep alive", camel http producer will not close the channel. It can cause some trouble if the response connection header is "close". We need to close the channel if the response connection header is "close".