[
https://issues.apache.org/jira/browse/CAMEL-7462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-7462:
-------------------------------
Fix Version/s: 2.14.0
2.13.2
2.12.4
> 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.12.3
> Reporter: Grzegorz Grzybek
> Assignee: Grzegorz Grzybek
> Fix For: 2.12.4, 2.13.2, 2.14.0
>
>
> 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)