mirror of
https://github.com/curl/curl.git
synced 2026-04-20 08:51:13 +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
|
|
@ -945,7 +945,7 @@
|
|||
|
||||
15.4 Add option to allow abrupt server closure
|
||||
|
||||
libcurl w/schannel errors without a known termination point from the server
|
||||
libcurl with Schannel errors without a known termination point from the server
|
||||
(such as length of transfer, or SSL "close notify" alert) to prevent against
|
||||
a truncation attack. Really old servers may neglect to send any termination
|
||||
point. An option could be added to ignore such abrupt closures.
|
||||
|
|
|
|||
|
|
@ -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