diff options
Diffstat (limited to '')
-rw-r--r-- | src/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -241,6 +241,8 @@ public: | |||
241 | statusHTTPVersionNotSupported = 505 | 241 | statusHTTPVersionNotSupported = 505 |
242 | }; | 242 | }; |
243 | 243 | ||
244 | const char *getHeader( const char *lpStr ); | ||
245 | |||
244 | private: | 246 | private: |
245 | Connection *pCon; | 247 | Connection *pCon; |
246 | unsigned char nParseState; | 248 | unsigned char nParseState; |