mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05: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
@ -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…
x
Reference in New Issue
Block a user