mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
aadff62745
Doing this is no longer necessary, and it leads to weird recursions in our call graph. Closes ticket 16480.
8 lines
421 B
Plaintext
8 lines
421 B
Plaintext
o Removed features:
|
|
- Remove the code that would try to aggressively flush controller
|
|
connections while writing to them. This code was introduced in
|
|
0.1.2.7-alpha, in order to keep output buffers from exceeding their
|
|
limits. But there is no longer a maximum output buffer size, and
|
|
flushing data in this way caused some undesirable recursions
|
|
in our call graph. Closes ticket 16480.
|