06b0009211c47fc85787ac3d9bb8a55652c13556 galt Thu Jul 20 11:39:39 2023 -0700 HTTP/1.1 without persistent connections. Addresses complaints that byterange headers should not be used with old HTTP/1.0, or that HTTP/1.0 should no longer be used. fixes #31774 diff --git src/inc/https.h src/inc/https.h index 44a3023..054f7a3 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, boolean noProxy); +int netConnectHttps(char *hostName, int port, boolean noProxy, char *httpProtocol); /* Return socket for https connection with server or -1 if error. */ #endif//ndef NET_HTTPS_H