Line 0
Link Here
|
|
|
1 |
--- lib/multi.c |
2 |
+++ lib/multi.c |
3 |
@@ -402,11 +402,6 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, |
4 |
/* Point to the multi's connection cache */ |
5 |
data->state.conn_cache = &multi->conn_cache; |
6 |
|
7 |
- if(data->set.httpreq == HTTPREQ_PUT) |
8 |
- data->state.infilesize = data->set.filesize; |
9 |
- else |
10 |
- data->state.infilesize = data->set.postfieldsize; |
11 |
- |
12 |
/* This adds the new entry at the 'end' of the doubly-linked circular |
13 |
list of SessionHandle structs to try and maintain a FIFO queue so |
14 |
the pipelined requests are in order. */ |