增加对BR压缩编码的支持及对应的单元测试用例
This commit is contained in:
@@ -21,7 +21,7 @@ struct http_plugin
|
||||
/* GC events */
|
||||
struct event * gc_event_hs_private[TFE_THREAD_MAX];
|
||||
/* ACCESS LOGGER */
|
||||
void * access_logger;
|
||||
void * logger;
|
||||
};
|
||||
|
||||
extern struct http_plugin * g_http_plugin;
|
||||
|
||||
@@ -30,6 +30,7 @@ struct http_header_private
|
||||
#define HTTP_ACCEPT_ENCODING_BZIP2 BV(4)
|
||||
#define HTTP_ACCEPT_ENCODING_X_GZIP BV(5)
|
||||
#define HTTP_ACCEPT_ENCODING_X_BZIP2 BV(6)
|
||||
#define HTTP_ACCEPT_ENCODING_BR BV(7)
|
||||
|
||||
TAILQ_HEAD(http_header_private_list, http_header_private);
|
||||
struct http_half_private
|
||||
|
||||
Reference in New Issue
Block a user