mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
http_proxy: provide missing arg to infof() call
Pointed out by Coverity Closes #10904
This commit is contained in:
parent
4033642930
commit
887acb48e4
@ -106,7 +106,7 @@ connect_sub:
|
||||
#endif
|
||||
default:
|
||||
DEBUGF(LOG_CF(data, cf, "installing subfilter for default HTTP/1.1"));
|
||||
infof(data, "CONNECT tunnel: unsupported ALPN(%d) negotiated");
|
||||
infof(data, "CONNECT tunnel: unsupported ALPN(%d) negotiated", alpn);
|
||||
result = CURLE_COULDNT_CONNECT;
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user