mirror of
https://github.com/curl/curl.git
synced 2026-08-11 17:50:58 +03:00
url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS
- Add new option CURLOPT_SUPPRESS_CONNECT_HEADERS to allow suppressing proxy CONNECT response headers from the user callback functions CURLOPT_HEADERFUNCTION and CURLOPT_WRITEFUNCTION. - Add new tool option --suppress-connect-headers to expose CURLOPT_SUPPRESS_CONNECT_HEADERS and allow suppressing proxy CONNECT response headers from --dump-header and --include. Assisted-by: Jay Satiro Assisted-by: CarloCannas@users.noreply.github.com Closes https://github.com/curl/curl/pull/783
This commit is contained in:
parent
ec1d0ed1c1
commit
d2bcf1e3e2
20 changed files with 245 additions and 12 deletions
|
|
@ -249,6 +249,7 @@ static const char *const helptext[] = {
|
|||
" --ssl-allow-beast Allow security flaw to improve interop (SSL)",
|
||||
" --ssl-no-revoke Disable cert revocation checks (WinSSL)",
|
||||
" --stderr FILE Where to redirect stderr (use \"-\" for stdout)",
|
||||
" --suppress-connect-headers Suppress proxy CONNECT response headers",
|
||||
" --tcp-nodelay Use the TCP_NODELAY option",
|
||||
" --tcp-fastopen Use TCP Fast Open",
|
||||
" -t, --telnet-option OPT=VAL Set telnet option",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue