From b41249cfae3de49321d23af9e098224a06113796 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 5 Aug 2024 20:22:36 +0300 Subject: =?UTF-8?q?fixes=20#4551=20(SkypeWeb:=20=D0=BD=D0=B5=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=BE=D1=82=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B8=20=D0=BF=D1=80=D0=B8?= =?UTF-8?q?=D0=B5=D0=BC=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_netlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_netlib.h b/include/m_netlib.h index 36f48ed67f..ad93fb4048 100644 --- a/include/m_netlib.h +++ b/include/m_netlib.h @@ -413,6 +413,7 @@ EXTERN_C MIR_APP_DLL(NETLIBIPLIST*) Netlib_GetMyIp(bool bGlobalOnly); #define REQUEST_PATCH 7 #define NLHRF_MANUALHOST 0x00000001 // do not remove any host and/or protocol portion of szUrl before sending it +#define NLHRF_NOUSERAGENT 0x00000002 // skip automatic user agent substitution #define NLHRF_HTTP11 0x00000010 // use HTTP 1.1 #define NLHRF_PERSISTENT 0x00000020 // preserve connection on exit, open connection provided in the nlc field of the reply // it should be supplied in nlc field of request for reuse or closed if not needed -- cgit v1.2.3