Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TcpConnection.write should block in the libevent driver #191

Closed
s-ludwig opened this issue Mar 5, 2013 · 0 comments
Closed

TcpConnection.write should block in the libevent driver #191

s-ludwig opened this issue Mar 5, 2013 · 0 comments
Labels

Comments

@s-ludwig
Copy link
Member

s-ludwig commented Mar 5, 2013

Currently write() just places the buffer into libevents output queue and never blocks. This should instead be consistent with the other drivers, also to avoid piling up too much data. The write event should be used for this with appropriate buffer limits.

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

No branches or pull requests

1 participant