[
https://issues.apache.org/jira/browse/CAMEL-14017?focusedWorklogId=320093&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-320093
]
ASF GitHub Bot logged work on CAMEL-14017:
------------------------------------------
Author: ASF GitHub Bot
Created on: 29/Sep/19 01:17
Start Date: 29/Sep/19 01:17
Worklog Time Spent: 10m
Work Description: zhfeng commented on pull request #3209: CAMEL-14017 -
Update to support the full streaming on both inbound and outbound
URL: https://github.com/apache/camel/pull/3209
- Add the HttpInboundStreamHandler
- Refactor the CustomWriterHandler to HttpOutboundStreamHandler
- fix an issue in the writer handler to create a new promise after writing
the request/response headers
- create the NettyHttpStreamTest
https://issues.apache.org/jira/browse/CAMEL-14017
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 320093)
Remaining Estimate: 0h
Time Spent: 10m
> camel-netty-http - support the full streaming both on inbound and outbound
> --------------------------------------------------------------------------
>
> Key: CAMEL-14017
> URL: https://issues.apache.org/jira/browse/CAMEL-14017
> Project: Camel
> Issue Type: Improvement
> Components: camel-netty-http
> Reporter: Zheng Feng
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> As the fix of CAMEL-12983, we can support stream uploading by using the
> ChunkedWriterHandler. But on the server side, the consumer still needs to
> read all of the content into the FullHttpRequest even when disable the stream
> caching. I think it could be useful to support the full streaming both on
> inbound and outbound side.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)