diff options
| author | Lu <[email protected]> | 2018-06-05 11:04:48 +0800 |
|---|---|---|
| committer | Lu <[email protected]> | 2018-06-05 11:04:48 +0800 |
| commit | fe5d92850822671a2988048cdd0ed9e1bc619812 (patch) | |
| tree | d07012aff87546953ac3c61d9f37124b703bcb7e /src/httpscan.cc | |
| parent | dd3b63b00fd1e7a0dddad0ae4b647096292ba9c9 (diff) | |
初步完成http2的解析框架搭建工作。
Diffstat (limited to 'src/httpscan.cc')
| -rw-r--r-- | src/httpscan.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/httpscan.cc b/src/httpscan.cc index f8683cc..8273b02 100644 --- a/src/httpscan.cc +++ b/src/httpscan.cc @@ -19,9 +19,8 @@ #include "pxyconn.h" #include "http.h" #include "compat.h" +#include "logger.h" -#pragma clang diagnostic push -#pragma ide diagnostic ignored "IncompatibleTypes" static int __maat_table_register_or_throw(Maat_feather_t feather, const char *str_table) { int table_id = Maat_table_register(feather, str_table); |
