mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix building by gcc42, etc. introduced in r1858
This commit is contained in:
parent
57b088d1cc
commit
66b8ad6b08
@ -113,7 +113,7 @@ static ngx_conf_enum_t ngx_http_core_satisfy[] = {
|
||||
};
|
||||
|
||||
|
||||
static ngx_str_t ngx_http_core_get_method = { 3, "GET " };
|
||||
static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " };
|
||||
|
||||
|
||||
#if (NGX_HTTP_GZIP)
|
||||
|
Loading…
Reference in New Issue
Block a user