mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +08:00
fix msvc build failure introduced by previous commit
This commit is contained in:
parent
8a3cdc00ff
commit
94124f3983
@ -299,7 +299,7 @@ static ngx_str_t error_pages[] = {
|
||||
};
|
||||
|
||||
|
||||
static ngx_str_t ngx_http_get_name = { 3, "GET " };
|
||||
static ngx_str_t ngx_http_get_name = { 3, (u_char *) "GET " };
|
||||
|
||||
|
||||
ngx_int_t
|
||||
|
Loading…
Reference in New Issue
Block a user