diff options
author | George Hazan <george.hazan@gmail.com> | 2024-08-05 20:22:36 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-08-05 20:22:36 +0300 |
commit | b41249cfae3de49321d23af9e098224a06113796 (patch) | |
tree | 76adda8193edc91c884c0bad8c5c0b10d9877a60 /include | |
parent | 4f14f0cbdb82962e84716a118e6e0fb78f855c8b (diff) |
fixes #4551 (SkypeWeb: не работает отправка и прием файлов)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_netlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
|