3b7af84b7d8ebe9d30811103accd61584add9d9a galt Sun Mar 19 22:24:29 2017 -0700 Initial check-in of proxy stuff. Added support for https_proxy for configuring https proxy. Added no_proxy for configuring domain suffixes which should be excluded from proxying. src/product/README.proxy updated. There are probably some documentation pages that will still need updating. diff --git src/inc/https.h src/inc/https.h index 7197d0e..44a3023 100644 --- src/inc/https.h +++ src/inc/https.h @@ -1,9 +1,9 @@ /* Connect via https. */ #ifndef NET_HTTPS_H #define NET_HTTPS_H -int netConnectHttps(char *hostName, int port); +int netConnectHttps(char *hostName, int port, boolean noProxy); /* Return socket for https connection with server or -1 if error. */ #endif//ndef NET_HTTPS_H