mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
81fe1934af
Because tunneled connections are implemented with buffervent_pair, writing to them can cause an immediate flush. This means that added to them and then checking to see whether their outbuf is empty is _not_ an adequate way to see whether you added anything. This caused a problem in directory server connections, since they would try spooling a little more data out, and then close the connection if there was no queued data to send. This fix should improve matters; it only closes the connection if there is no more data to spool, and all of the spooling callbacks are supposed to put the dirconn into dir_spool_none on completion. This is bug 3814; Sebastian found it; bugfix on 0.2.3.1-alpha. |
||
---|---|---|
.. | ||
bug1692 | ||
bug2930 | ||
bug3550 | ||
bug3607 | ||
bug3615 | ||
bug3643 | ||
bug3700 | ||
bug3732 | ||
bug3747 | ||
bug3752 | ||
bug3804 | ||
bug3805 | ||
bug3814 | ||
fmt_addr | ||
geoip-august2011 | ||
le-win-threads | ||
microdescs_on | ||
msvc_lround | ||
nmake | ||
optimistic-client | ||
prop171 | ||
require-le-2.0.13 |