[
https://issues.apache.org/jira/browse/CAMEL-7462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007052#comment-14007052
]
ASF GitHub Bot commented on CAMEL-7462:
---------------------------------------
GitHub user grgrzybek opened a pull request:
https://github.com/apache/camel/pull/160
[CAMEL-7462] Do not treat <HTTP/1.1 100 Continue> as final response
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grgrzybek/camel CAMEL-7462
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/160.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #160
----
commit efcff6eaeeb6183023d66043116d8ed425c18407
Author: Grzegorz Grzybek <[email protected]>
Date: 2014-05-23T11:10:31Z
[CAMEL-7462] Do not treat <HTTP/1.1 100 Continue> as final response
----
> 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)