mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0600e8cab1
It turns out this can happen. Even though there is no reason for connections to be marked but reading, we leave them reading anyway, so warning here is unwarranted. Let's turn that back on once we do something sensible and disable reading when we mark. Bugfix for 6203 on Tor 0.2.3.17-beta. Thanks to cypherpunks for pointing out the general stupidity of the original code here.
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
o Minor bugfixes:
|
|
- Disable a spurious warning about reading on a marked and flushing
|
|
connection. We shouldn't be doing that, but apparently we
|
|
sometimes do. Fix for bug 6203; bugfix on 0.2.3.17-beta.
|
|
|