mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:24:44 +03:00
Ravi Pratap provided a major update with pipelining fixes. We also no longer
re-use connections (for pipelining) before the name resolving is done.
This commit is contained in:
parent
13e60c55a1
commit
e1edd41e1b
6 changed files with 104 additions and 60 deletions
|
|
@ -773,7 +773,8 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
return CURLM_BAD_EASY_HANDLE;
|
||||
|
||||
if (easy->easy_handle->state.pipe_broke) {
|
||||
infof(easy->easy_handle, "Pipe broke: handle 0x%x\n", easy);
|
||||
infof(easy->easy_handle, "Pipe broke: handle 0x%x, url = %s\n",
|
||||
easy, easy->easy_handle->reqdata.path);
|
||||
if(easy->easy_handle->state.is_in_pipeline) {
|
||||
/* Head back to the CONNECT state */
|
||||
multistate(easy, CURLM_STATE_CONNECT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue