mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:27:16 +03:00
tidy-up: spelling
C89, Schannel, Secure Transport, contractions. Cherry-picked from #14692 Closes #14996
This commit is contained in:
parent
1064dfa86a
commit
d83b528a80
17 changed files with 34 additions and 35 deletions
|
|
@ -35,7 +35,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ALTSVC_CTRL, long bitmask);
|
|||
Populate the long *bitmask* with the correct set of features to instruct
|
||||
libcurl how to handle Alt-Svc for the transfers using this handle.
|
||||
|
||||
libcurl only accepts Alt-Svc headers over a secure transport, meaning
|
||||
libcurl only accepts Alt-Svc headers over a Secure Transport, meaning
|
||||
HTTPS. It also only completes a request to an alternative origin if that
|
||||
origin is properly hosted over HTTPS. These requirements are there to make
|
||||
sure both the source and the destination are legitimate.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue