Skip to content
Snippets Groups Projects
Commit 09a31fab authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ConnectionExists: call it multi-use instead of pipelining

So that it fits HTTP/2 as well
parent d4f62f6c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment