comparison src/http/ngx_http_core_module.c @ 2701:756f73ca1e39

support HEAD in proxy cache
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Apr 2009 09:53:22 +0000
parents aa95c69c3068
children ccaf43725ff6
comparison
equal deleted inserted replaced
2700:aee784753144 2701:756f73ca1e39
689 NULL, /* exit master */ 689 NULL, /* exit master */
690 NGX_MODULE_V1_PADDING 690 NGX_MODULE_V1_PADDING
691 }; 691 };
692 692
693 693
694 static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; 694 ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " };
695 695
696 696
697 void 697 void
698 ngx_http_handler(ngx_http_request_t *r) 698 ngx_http_handler(ngx_http_request_t *r)
699 { 699 {