diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-18 16:49:00 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-18 16:49:00 +0000 |
commit | 222a2adf40eb25ff613c251f15032f1e39d7f609 (patch) | |
tree | 703e825cbfacdac4e1fdc73889371755bf5f68bb /src/http/modules/proxy/ngx_http_proxy_handler.h | |
parent | 0b2b4ccd2c8a31caea0ef760b55a63c2fc169838 (diff) | |
download | nginx-222a2adf40eb25ff613c251f15032f1e39d7f609.tar.gz nginx-222a2adf40eb25ff613c251f15032f1e39d7f609.zip |
nginx-0.0.1-2003-11-18-19:49:00 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
-rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index 138a778f0..e822a3fa5 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -203,6 +203,8 @@ int ngx_http_proxy_send_cached_response(ngx_http_proxy_ctx_t *p); int ngx_http_proxy_is_cachable(ngx_http_proxy_ctx_t *p); int ngx_http_proxy_update_cache(ngx_http_proxy_ctx_t *p); +void ngx_http_proxy_check_broken_connection(ngx_event_t *wev); + void ngx_http_proxy_busy_lock_handler(ngx_event_t *rev); void ngx_http_proxy_cache_busy_lock(ngx_http_proxy_ctx_t *p); void ngx_http_proxy_upstream_busy_lock(ngx_http_proxy_ctx_t *p); |