Commit da6e7cd49588f6149166e05e7b7b725b360ab72c

Nick Mathewson 2010-08-17T13:26:03

Correctly detect failure to delete bufferevent read-timeout event Gilad Benjamini noted that we check the error code for deleting a write-timeout event twice, and the read timeout not at all. This shouldn't be a bit problem, since it's really hard for a delete to fail on a timeout-only event, but it's worth fixing. Fixes bug 3046787