1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00

bug fixing + HTTP2 advance

This commit is contained in:
stefanocasazza
2015-08-06 19:08:59 +02:00
parent 41fa6bccbd
commit d355cc9264
12 changed files with 441 additions and 341 deletions

View File

@@ -390,8 +390,6 @@ protected:
#endif
private:
static int handlerDataPending() U_NO_EXPORT;
static bool isValidMethod( const char* ptr) U_NO_EXPORT;
static bool isValidRequest( const char* ptr, uint32_t sz) U_NO_EXPORT;
static bool isValidRequestExt(const char* ptr, uint32_t sz) U_NO_EXPORT;