mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
misc: Fix incorrect spelling
Fix various uses of connnect by replacing them with connect. Closes: #10045 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
2d3e20a2fc
commit
68ffb4063d
3 changed files with 4 additions and 4 deletions
|
|
@ -70,7 +70,7 @@
|
|||
4.7 STAT for LIST without data connection
|
||||
|
||||
5. HTTP
|
||||
5.1 Provide the error body from a CONNNECT response
|
||||
5.1 Provide the error body from a CONNECT response
|
||||
5.2 Set custom client ip when using haproxy protocol
|
||||
5.3 Rearrange request header order
|
||||
5.4 Allow SAN names in HTTP/2 server push
|
||||
|
|
@ -566,7 +566,7 @@
|
|||
|
||||
5. HTTP
|
||||
|
||||
5.1 Provide the error body from a CONNNECT response
|
||||
5.1 Provide the error body from a CONNECT response
|
||||
|
||||
When curl receives a body response from a CONNECT request to a proxy, it will
|
||||
always just read and ignore it. It would make some users happy if curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue