mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix msvc build failure introduced by previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user