mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix order
This commit is contained in:
parent
d2d673a8f9
commit
88b2406f49
@ -113,9 +113,6 @@ static ngx_conf_enum_t ngx_http_core_satisfy[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " };
|
|
||||||
|
|
||||||
|
|
||||||
#if (NGX_HTTP_GZIP)
|
#if (NGX_HTTP_GZIP)
|
||||||
|
|
||||||
static ngx_conf_enum_t ngx_http_gzip_http_version[] = {
|
static ngx_conf_enum_t ngx_http_gzip_http_version[] = {
|
||||||
@ -655,6 +652,9 @@ ngx_module_t ngx_http_core_module = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " };
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ngx_http_handler(ngx_http_request_t *r)
|
ngx_http_handler(ngx_http_request_t *r)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user