Duplicate Input Stream
Katsute opened this issue · 1 comments
Katsute commented
Prerequisites
If all checks are not passed then the request will be closed
- I have checked that no other similar feature request already exists
- The feature request makes sense for the project
Proposal
Describe the feature that should be added
Allow access to http exchange input streams by cloning them.
https://stackoverflow.com/a/5924132
Reasoning
Explain why this feature should be added
This would allow the simple http exchange read to not interfere with the standard http exchange
Katsute commented
Feature can not be implemented because cloning the stream involves closing the one from the http exchange, defeating the purpose of a duplicate exchange.