mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
parent
461e3ef680
commit
13d8a56408
@ -759,7 +759,7 @@ static CURLcode CONNECT(struct Curl_easy *data,
|
||||
if((conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) &&
|
||||
(HYPERE_OK != hyper_request_set_version(req,
|
||||
HYPER_HTTP_VERSION_1_0))) {
|
||||
failf(data, "error settting HTTP version");
|
||||
failf(data, "error setting HTTP version");
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user