commit c8b087d90109d740e57d0347cb3df8d1be336337 parent cb9a322b675d0aa1178ab92af13b9ec92008c8d4 Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 16 Feb 2018 08:47:41 -0500 Merge branch 'maint-0.3.1' into maint-0.3.2 Diffstat:
| A | changes/bug24898-029 | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/bug24898-029 b/changes/bug24898-029 @@ -0,0 +1,6 @@ + o Minor bugfixes (relay): + - Make the internal channel_is_client() function look at what sort + of connection handshake the other side used, rather than whether + the other side ever sent a create_fast cell to us. Backports part + of the fixes from bugs 22805 and 24898. +