From 1048043963d5487ed4d70f426a85aff07c2ee5f1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 21 Aug 2009 07:11:20 +0000 Subject: - Lots of good work by Krister Johansen, mostly related to pipelining: Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks Fix data corruption issue with re-connected transfers Fix use after free if we're completed but easy_conn not NULL --- lib/transfer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/transfer.h') diff --git a/lib/transfer.h b/lib/transfer.h index aad82ebaf..4b39faa18 100644 --- a/lib/transfer.h +++ b/lib/transfer.h @@ -46,6 +46,7 @@ int Curl_single_getsock(const struct connectdata *conn, int numsocks); CURLcode Curl_readrewind(struct connectdata *conn); CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp); +CURLcode Curl_reconnect_request(struct connectdata **connp); bool Curl_retry_request(struct connectdata *conn, char **url); /* This sets up a forthcoming transfer */ -- cgit v1.2.1