Files
tor/changes
Nick Mathewson 95238eb917 Fix a traceback when closing a blocked connection "immediately".
When we close a connection via connection_close_immediately, we kill
its events immediately. But if it had been blocked on bandwidth
read/write, we could try to re-add its (nonexistent) events later
from connection_bucket_refill -- if we got to that callback before
we swept the marked connections.

Fixes bug 24167.  Fortunately, this hasn't been a crash bug since we
introduced connection_check_event in 0.2.9.10, and backported it.

This is a bugfix on commit 89d422914a, I believe, which
appeared in Tor 0.1.0.1-rc.
2017-11-16 12:05:56 -05:00
..
2016-07-05 13:51:21 -04:00
2014-07-27 15:41:30 -04:00
2014-08-09 15:57:44 -04:00
2014-09-01 16:22:52 -04:00
2014-08-20 12:56:57 -04:00
2014-09-20 16:46:02 -04:00
2014-11-12 15:25:52 -05:00
2015-03-09 11:07:50 -04:00
2015-04-06 09:24:16 -04:00
2017-07-17 21:44:59 +00:00