fix order
Igor Sysoev
14 years ago
112 | 112 | }; |
113 | 113 | |
114 | 114 | |
115 | static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; | |
116 | ||
117 | ||
118 | 115 | #if (NGX_HTTP_GZIP) |
119 | 116 | |
120 | 117 | static ngx_conf_enum_t ngx_http_gzip_http_version[] = { |
652 | 649 | NULL, /* exit master */ |
653 | 650 | NGX_MODULE_V1_PADDING |
654 | 651 | }; |
652 | ||
653 | ||
654 | static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; | |
655 | 655 | |
656 | 656 | |
657 | 657 | void |