comparison src/http/ngx_http.h @ 5156:306fb0cc0fba stable-1.2

Merge of r5109, r5128: removed unused prototype and macro. *) Removed unused prototype of ngx_http_find_server_conf(). This function prototype and its implementation was added in r90, but the implementation was removed in r97. *) Removed unused ngx_http_clear_variable() macro.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 29 Mar 2013 17:23:36 +0000
parents d620f497c50f
children
comparison
equal deleted inserted replaced
5155:2bdb94e65a4c 5156:306fb0cc0fba
92 ngx_str_t *value); 92 ngx_str_t *value);
93 void ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri, 93 void ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri,
94 ngx_str_t *args); 94 ngx_str_t *args);
95 95
96 96
97 ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r);
98 void ngx_http_update_location_config(ngx_http_request_t *r); 97 void ngx_http_update_location_config(ngx_http_request_t *r);
99 void ngx_http_handler(ngx_http_request_t *r); 98 void ngx_http_handler(ngx_http_request_t *r);
100 void ngx_http_run_posted_requests(ngx_connection_t *c); 99 void ngx_http_run_posted_requests(ngx_connection_t *c);
101 ngx_int_t ngx_http_post_request(ngx_http_request_t *r, 100 ngx_int_t ngx_http_post_request(ngx_http_request_t *r,
102 ngx_http_posted_request_t *pr); 101 ngx_http_posted_request_t *pr);