Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.12.3
-
Component/s: camel-netty-http
-
Labels:None
-
Estimated Complexity:Unknown
Description
Camel-netty-http component, when sending HTTP request with:
Expect: 100-continue
header, always sends the HTTP body with first request and treats:
HTTP/1.1 100 Continue
as final response.
Additionally org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler sends HTTP/1.1 100 Continue partial response after the same partial response was send by org.jboss.netty.handler.codec.http.HttpChunkAggregator#messageReceived
Attached: wireshark session dump.