From d2bcf1e3e247d116dc96bd3ea32056e3f089449c Mon Sep 17 00:00:00 2001 From: "Desmond O. Chang" Date: Thu, 28 Apr 2016 17:33:25 +0800 Subject: 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 --- packages/OS400/curl.inc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/OS400') diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index b9b0808c7..e4d2d30ca 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -1310,6 +1310,8 @@ d c 10263 d CURLOPT_ABSTRACT_UNIX_SOCKET... d c 10264 + d CURLOPT_SUPPRESS_CONNECT_HEADERS... + d c 00265 * /if not defined(CURL_NO_OLDIES) d CURLOPT_FILE c 10001 -- cgit v1.2.3