mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
- 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
This commit is contained in:
parent
2c4fcf2ea8
commit
1048043963
9 changed files with 213 additions and 87 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue