1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00
This commit is contained in:
stefanocasazza
2017-05-03 17:34:50 +02:00
parent d2570cca6e
commit f4bce49d25
14 changed files with 126 additions and 98 deletions

View File

@@ -1219,7 +1219,7 @@ private:
static inline void setUpgrade(const char* ptr) U_NO_EXPORT;
static inline void setIfModSince(const char* ptr) U_NO_EXPORT;
static inline void setConnection(const char* ptr) U_NO_EXPORT;
static inline void setAcceptEncoding(const char* ptr) U_NO_EXPORT;
static void setAcceptEncoding(const char* ptr) U_NO_EXPORT;
static inline void setContentLength(const char* ptr1, const char* ptr2) U_NO_EXPORT;
static inline void setRange(const char* ptr, uint32_t len) U_NO_EXPORT;