This commit is contained in:
Daniel Stenberg 2026-01-19 13:36:45 +01:00
parent e2f480197c
commit 16bc91cee6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -1481,7 +1481,7 @@ static CURLcode findprotocol(struct Curl_easy *data,
{
const struct Curl_scheme *p = Curl_get_scheme(protostr);
if(p && p->run && /* Protocol found spported. Check if allowed */
if(p && p->run && /* Protocol found supported. Check if allowed */
(data->set.allowed_protocols & p->protocol)) {
/* it is allowed for "normal" request, now do an extra check if this is