mirror of
https://github.com/nginx/nginx.git
synced 2026-06-05 06:43:03 -04:00
fix msvc build failure introduced by previous commit
This commit is contained in:
parent
8a3cdc00ff
commit
94124f3983
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue