comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 189:c966c09be66b

nginx-0.0.1-2003-11-18-19:49:00 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 Nov 2003 16:49:00 +0000
parents c0552e5ab567
children 02a715e85df1
comparison
equal deleted inserted replaced
188:0061d1f0908d 189:c966c09be66b
201 int ngx_http_proxy_get_cached_response(ngx_http_proxy_ctx_t *p); 201 int ngx_http_proxy_get_cached_response(ngx_http_proxy_ctx_t *p);
202 int ngx_http_proxy_send_cached_response(ngx_http_proxy_ctx_t *p); 202 int ngx_http_proxy_send_cached_response(ngx_http_proxy_ctx_t *p);
203 int ngx_http_proxy_is_cachable(ngx_http_proxy_ctx_t *p); 203 int ngx_http_proxy_is_cachable(ngx_http_proxy_ctx_t *p);
204 int ngx_http_proxy_update_cache(ngx_http_proxy_ctx_t *p); 204 int ngx_http_proxy_update_cache(ngx_http_proxy_ctx_t *p);
205 205
206 void ngx_http_proxy_check_broken_connection(ngx_event_t *wev);
207
206 void ngx_http_proxy_busy_lock_handler(ngx_event_t *rev); 208 void ngx_http_proxy_busy_lock_handler(ngx_event_t *rev);
207 void ngx_http_proxy_cache_busy_lock(ngx_http_proxy_ctx_t *p); 209 void ngx_http_proxy_cache_busy_lock(ngx_http_proxy_ctx_t *p);
208 void ngx_http_proxy_upstream_busy_lock(ngx_http_proxy_ctx_t *p); 210 void ngx_http_proxy_upstream_busy_lock(ngx_http_proxy_ctx_t *p);
209 211
210 size_t ngx_http_proxy_log_error(void *data, char *buf, size_t len); 212 size_t ngx_http_proxy_log_error(void *data, char *buf, size_t len);