From 86d1a677fd310d7d90d6f7545c02a4bd68e1d955 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 4 Jun 2025 09:49:23 +0300 Subject: libcurl: update to 8.14.0 --- libs/libcurl/src/request.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'libs/libcurl/src/request.h') diff --git a/libs/libcurl/src/request.h b/libs/libcurl/src/request.h index f0c8edc006..8e56f2d246 100644 --- a/libs/libcurl/src/request.h +++ b/libs/libcurl/src/request.h @@ -32,9 +32,6 @@ /* forward declarations */ struct UserDefined; -#ifndef CURL_DISABLE_DOH -struct doh_probes; -#endif enum expect100 { EXP100_SEND_DATA, /* enough waiting, just send the body now */ @@ -102,24 +99,6 @@ struct SingleRequest { char *newurl; /* Set to the new URL to use when a redirect or a retry is wanted */ - /* Allocated protocol-specific data. Each protocol handler makes sure this - points to data it needs. */ - union { - struct FILEPROTO *file; - struct FTP *ftp; - struct IMAP *imap; - struct ldapreqinfo *ldap; - struct MQTT *mqtt; - struct POP3 *pop3; - struct RTSP *rtsp; - struct smb_request *smb; - struct SMTP *smtp; - struct SSHPROTO *ssh; - struct TELNET *telnet; - } p; -#ifndef CURL_DISABLE_DOH - struct doh_probes *doh; /* DoH specific data for this request */ -#endif #ifndef CURL_DISABLE_COOKIES unsigned char setcookies; #endif -- cgit v1.2.3