mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
75d12dffe7
This BUG() was added when the code was written to see if this callback was ever executed after we marked the handle as EOF. It turns out, it does, but we handle it gracefully. We can therefore remove the BUG(). Fixes tpo/core/tor#40596.
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
o Minor bugfixes (pluggable transports, windows):
|
|
- Remove a warning `BUG()` that could occur when attempting to execute a
|
|
non-existing pluggable transport on Windows. Fixes bug 40596; bugfix on
|
|
0.4.0.1-alpha.
|