[
https://issues.apache.org/jira/browse/CAMEL-6861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reopened CAMEL-6861:
--------------------------------
I think it broke the unit tests in camel-itest
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.535 sec <<<
FAILURE! - in
org.apache.camel.itest.nettyhttp.NettyHttpClientChunkedResponseTest
testNettyHttpRouteClientChunked(org.apache.camel.itest.nettyhttp.NettyHttpClientChunkedResponseTest)
Time elapsed: 1.147 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[Bye Camel in chunks.]> but was:<[]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.camel.itest.nettyhttp.NettyHttpClientChunkedResponseTest.invokeService(NettyHttpClientChunkedResponseTest.java:51)
at
org.apache.camel.itest.nettyhttp.NettyHttpClientChunkedResponseTest.testNettyHttpRouteClientChunked(NettyHttpClientChunkedResponseTest.java:38)
> camel-netty-http route cannot proxy the response which is chunked
> -----------------------------------------------------------------
>
> Key: CAMEL-6861
> URL: https://issues.apache.org/jira/browse/CAMEL-6861
> Project: Camel
> Issue Type: Bug
> Components: camel-netty-http
> Affects Versions: 2.12.0, 2.12.1
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 2.12.2, 2.13.0
>
>
> If I use camel-netty-http to build a http proxy, the proxy just send a empty
> response back if the back end server is using chunk encoding.
--
This message was sent by Atlassian JIRA
(v6.1#6144)