Merge branch 'maint-0.3.2' into release-0.3.2

This commit is contained in:
Nick Mathewson 2018-02-16 08:47:41 -05:00
commit 7e664bf74f
1 changed files with 6 additions and 0 deletions

6
changes/bug24898-029 Normal file
View File

@ -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.