Latest update - GitHub 020b1db7e
This commit is contained in:
@@ -148,8 +148,9 @@ ngx_http_v2_header_filter(ngx_http_request_t *r)
|
||||
u_char addr[NGX_SOCKADDR_STRLEN];
|
||||
|
||||
#if (NGX_HTTP_GZIP)
|
||||
static const u_char accept_encoding[12] =
|
||||
"\x8b\x84\x84\x2d\x69\x5b\x05\x44\x3c\x86\xaa\x6f";
|
||||
static const u_char accept_encoding[12] = {
|
||||
0x8b, 0x84, 0x84, 0x2d, 0x69, 0x5b, 0x05, 0x44, 0x3c, 0x86, 0xaa, 0x6f
|
||||
};
|
||||
#endif
|
||||
|
||||
static size_t nginx_len = ngx_http_v2_literal_size(NGINX_SERVER);
|
||||
|
||||
Reference in New Issue
Block a user