mirror of
https://github.com/curl/curl.git
synced 2026-06-23 03:55:38 +03:00
connect: fix typo on error message [ci skip]
Pointed out by GitHub Code Quality
This commit is contained in:
parent
bfcc1c6eb4
commit
b5ee935f75
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ connect_sub_chain:
|
|||
#ifndef CURL_DISABLE_PROXY
|
||||
if(data->set.haproxyprotocol) {
|
||||
if(Curl_conn_is_ssl(cf->conn, cf->sockindex)) {
|
||||
failf(data, "haproxy protocol not support with SSL "
|
||||
failf(data, "haproxy protocol not supported with SSL "
|
||||
"encryption in place (QUIC?)");
|
||||
return CURLE_UNSUPPORTED_PROTOCOL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue