Check for orconns and use connection_or_close_for_error() when appropriate in connection_handle_write_impl()

This commit is contained in:
Andrea Shepard
2014-04-15 23:03:16 -07:00
parent 125c8e5468
commit 65a0f895c7
2 changed files with 13 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Bugfixes:
- Check for orconns and use connection_or_close_for_error() rather than
connection_mark_for_close() directly in the getsockopt() failure case
of connection_handle_write_impl(). Fixes bug #11302.