mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
16f2e4aa8c
If we get a write error on a SOCKS connection, we can't send a
SOCKS reply, now can we?
This bug has been here since 36baf7219
, where we added the "hey, I'm
closing an AP connection but I haven't finished the socks
handshake!" message. It's bug 8427.
6 lines
251 B
Plaintext
6 lines
251 B
Plaintext
o Minor bugfixes:
|
|
- If we encounter a write failure on a SOCKS connection before we
|
|
finish our SOCKS handshake, don't warn that we closed the
|
|
connection before we could send a SOCKS reply. Fixes bug 8427;
|
|
bugfix on 0.1.0.1-rc.
|