mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:43:38 +03:00
spelling fixes
Detected using the `codespell` tool. Also contains one URL protocol upgrade. Closes https://github.com/curl/curl/pull/2334
This commit is contained in:
parent
06df42410e
commit
7e35eb7729
32 changed files with 49 additions and 48 deletions
|
|
@ -856,7 +856,7 @@ discussed. Instead, the only way to have SSL work over a HTTP proxy is to ask
|
|||
the proxy to tunnel trough everything without being able to check or fiddle
|
||||
with the traffic.
|
||||
|
||||
Opening an SSL connection over a HTTP proxy is therefor a matter of asking the
|
||||
Opening an SSL connection over a HTTP proxy is therefore a matter of asking the
|
||||
proxy for a straight connection to the target host on a specified port. This
|
||||
is made with the HTTP request CONNECT. ("please mr proxy, connect me to that
|
||||
remote host").
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue