Hi, there,

I suspect there is a typo/bug here. Can someone confirm one way or another?

[hz...@dev066 hphp-external]$ svn diff downloads/libevent-1.4.11-stable/http.c
Index: downloads/libevent-1.4.11-stable/http.c
===================================================================
--- downloads/libevent-1.4.11-stable/http.c     (revision 193628)
+++ downloads/libevent-1.4.11-stable/http.c     (working copy)
@@ -934,7 +934,7 @@
                return;
        } else if (n == 0) {
                /* Connection closed */
-               evhttp_connection_done(evcon);
+               evhttp_connection_reset(evcon);
                return;
        }

-Haiping
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://lists.monkey.org:8080/listinfo/libevent-users

Reply via email to