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

make on_write handle shutdown connections and an empty buffer #33

Merged
merged 1 commit into from Dec 19, 2012

Conversation

schmir
Copy link
Contributor

@schmir schmir commented Dec 17, 2012

Connection._shutdown sets the sd and send_buf attributes to
None. on_write may be called after _shutdown was called. We return
early now in on_write if send_buf is None or if it is empty.

see issue #23: #23

Connection._shutdown sets the sd and send_buf attributes to
None. on_write may be called after _shutdown was called.  We return
early now in on_write if send_buf is None or if it is empty.

see issue majek#23: majek#23
majek added a commit that referenced this pull request Dec 19, 2012
make on_write handle shutdown connections and an empty buffer
@majek majek merged commit cd59bb6 into majek:master Dec 19, 2012
@schmir schmir deleted the fix-on_write-after-shutdown branch December 19, 2012 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants