Grzegorz Grzybek created CAMEL-7462:
---------------------------------------
Summary: camel-netty-http doesn't use "Expect: 100-continue"
correctly
Key: CAMEL-7462
URL: https://issues.apache.org/jira/browse/CAMEL-7462
Project: Camel
Issue Type: Bug
Components: camel-netty-http
Affects Versions: 2.14.0
Reporter: Grzegorz Grzybek
Assignee: Grzegorz Grzybek
Camel-netty-http component, when sending HTTP request with:
{noformat}
Expect: 100-continue
{noformat}
header, always sends the HTTP body with first request and treats:
{noformat}
HTTP/1.1 100 Continue
{noformat}
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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)