Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Allow option to prevent buffering of OutBody #153

Open
seanmonstar opened this issue Mar 13, 2017 · 0 comments
Open

Allow option to prevent buffering of OutBody #153

seanmonstar opened this issue Mar 13, 2017 · 0 comments

Comments

@seanmonstar
Copy link
Member

Currently, the out body is polled right after receiving a Frame::Message. This may be desirable in some instances, but it may also be undesirable. One example of wanting to disable it is to enable 100-continue expectations in HTTP/1.

It's been noticed in the gitter channel that to do this, either mpsc would need to grow the functionality to check if a user has ever polled on the Receiver, or Body could also change from using mpsc to a custom channel with the functionality added.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant