mirror of
https://github.com/curl/curl.git
synced 2026-05-13 21:26:20 +03:00
ConnectionExists: call it multi-use instead of pipelining
So that it fits HTTP/2 as well
This commit is contained in:
parent
d4f62f6c5d
commit
09a31fabe4
1 changed files with 1 additions and 1 deletions
|
|
@ -3096,7 +3096,7 @@ ConnectionExists(struct SessionHandle *data,
|
|||
|
||||
/* We can't pipe if we don't know anything about the server */
|
||||
if(canPipeline && !bundle->server_supports_pipelining) {
|
||||
infof(data, "Server doesn't support pipelining\n");
|
||||
infof(data, "Server doesn't support multi-use (yet)\n");
|
||||
canPipeline = FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue