- Change phrasing from multi-use to multiplexing since the former may
not be as well understood.
Before: * Using HTTP2, server supports multi-use
After: * Using HTTP2, server supports multiplexing
Bug: https://github.com/curl/curl/discussions/7255
Reported-by: David Hu
Closes https://github.com/curl/curl/pull/7258
return result;
}
- infof(data, "Using HTTP2, server supports multi-use\n");
+ infof(data, "Using HTTP2, server supports multiplexing\n");
stream->upload_left = 0;
stream->upload_mem = NULL;
stream->upload_len = 0;