diff options
Diffstat (limited to 'changes/bug11302')
-rw-r--r-- | changes/bug11302 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11302 b/changes/bug11302 new file mode 100644 index 0000000000..7416c69be6 --- /dev/null +++ b/changes/bug11302 @@ -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. |