- 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:
@@ -1028,6 +1028,8 @@ struct connectdata {
|
||||
their responses on this pipeline */
|
||||
struct curl_llist *pend_pipe; /* List of pending handles on
|
||||
this pipeline */
|
||||
struct curl_llist *done_pipe; /* Handles that are finished, but
|
||||
still reference this connectdata */
|
||||
#define MAX_PIPELINE_LENGTH 5
|
||||
|
||||
char* master_buffer; /* The master buffer allocated on-demand;
|
||||
|
||||
Reference in New Issue
Block a user