]> granicus.if.org Git - libevent/commit
Try to fix an assertion failure related to close detection
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Nov 2010 03:44:18 +0000 (22:44 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Nov 2010 03:44:18 +0000 (22:44 -0500)
commit0faaa395921e3da1da5202befd849614c6e9c37c
treec3e9821fd193b2a07598551eb0ae05aded977ba2
parent29f7623c82207914b1ff3123bb1eec3745e3dab2
Try to fix an assertion failure related to close detection

f700566c removed a line from evhttp_connection_stop_detectclose that
cleared the EVHTTP_CON_CLOSEDETECT flag.  I think this was an
accident, and suspect that it may be the cause of bug 3069555.
http.c