remove old issue reference

Signed-off-by: Kirill Rodriguez <theoden8@gmail.com>
This commit is contained in:
Kirill Rodriguez 2024-11-01 00:10:57 +00:00 committed by Kirill Rodriguez
parent 23839cb096
commit cdef74fdff
No known key found for this signature in database
GPG Key ID: 2AA85EC2AD7F85EA

1
http.c
View File

@ -859,7 +859,6 @@ evhttp_connection_fail_(struct evhttp_connection *evcon,
*/
if (evhttp_connection_incoming_fail(req, error) == -1)
evhttp_connection_free(evcon);
// https://github.com/libevent/libevent/issues/509
if (error_cb != NULL)
error_cb(error, error_cb_arg);
return;