Home
last modified time | relevance | path

Searched refs:add_host (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/http/
H A Dhttp_client.c347 int add_host = host != NULL && *host != '\0'; in add1_headers() local
352 if (add_host && OPENSSL_strcasecmp("host", hdr->name) == 0) in add1_headers()
353 add_host = 0; in add1_headers()
358 if (add_host && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Host", host)) in add1_headers()

Completed in 39 milliseconds