Even when we can't answer an AUTH_CHALLENGE, send NETINFO.

Fixes bug 4368; fix on 0.2.3.6-alpha; bug found by "frosty".
This commit is contained in:
Nick Mathewson
2011-11-03 12:40:02 -04:00
parent 88c4b425bd
commit 325a659cb1
2 changed files with 21 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- If a relay receives an AUTH_CHALLENGE it can't answer, it should
still send a NETINFO cell to allow the connection to become open.
Fixes bug 4368; fix on 0.2.3.6-alpha; bug found by "frosty".