mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Check for orconns and use connection_or_close_for_error() when appropriate in connection_handle_write_impl()
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user