comparison src/http/ngx_http_special_response.c @ 717:08652aae6fab

fix msvc build failure introduced by previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Sep 2006 20:04:54 +0000
parents d8d7c39e3a76
children 1be87cdd010f
comparison
equal deleted inserted replaced
716:d8d7c39e3a76 717:08652aae6fab
297 ngx_null_string, /* 506 */ 297 ngx_null_string, /* 506 */
298 ngx_string(error_507_page) 298 ngx_string(error_507_page)
299 }; 299 };
300 300
301 301
302 static ngx_str_t ngx_http_get_name = { 3, "GET " }; 302 static ngx_str_t ngx_http_get_name = { 3, (u_char *) "GET " };
303 303
304 304
305 ngx_int_t 305 ngx_int_t
306 ngx_http_special_response_handler(ngx_http_request_t *r, ngx_int_t error) 306 ngx_http_special_response_handler(ngx_http_request_t *r, ngx_int_t error)
307 { 307 {