public
Description: MSN Messenger library in C
Homepage: http://code.google.com/p/msn-pecan/
Clone URL: git://github.com/felipec/msn-pecan.git
Close the http node when not needed.
felipec (author)
Sat Jun 28 10:44:10 -0700 2008
commit  0cc371f391114da76463f1b138d77fb334b134bb
tree    75cf1df42ba865c00295e7bd867157a33ed1515e
parent  7a54d5b60806a9d42500987f345ba8760788edd7
...
607
608
609
 
610
611
612
...
607
608
609
610
611
612
613
0
@@ -607,6 +607,7 @@ read_impl (PecanNode *conn,
0
                             http_conn->cur = NULL;
0
                             http_conn->gateway = NULL;
0
                             http_conn->last_session_id = NULL;
0
+                            pecan_node_close (conn);
0
                         }
0
                     }
0
                 }

Comments