diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-05 17:03:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-05 17:03:41 +0000 |
commit | e8732b06b94ea5f8a25fa3e71cece7d93f5ac0b8 (patch) | |
tree | 2164e718d78644f6593c228b7b7f2e73d0032ddf /src/http/modules/proxy/ngx_http_proxy_handler.h | |
parent | 9cc1acef18220cfc3b66d0a761f1f7c39e0b5c29 (diff) | |
download | nginx-e8732b06b94ea5f8a25fa3e71cece7d93f5ac0b8.tar.gz nginx-e8732b06b94ea5f8a25fa3e71cece7d93f5ac0b8.zip |
nginx-0.0.1-2003-11-05-20:03:41 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index 6e4b08429..919a0afc3 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -140,6 +140,7 @@ struct ngx_http_proxy_ctx_s { ngx_hunk_t *header_in; + time_t busy_lock_time; unsigned accel:1; @@ -188,7 +189,7 @@ int ngx_http_proxy_update_cache(ngx_http_proxy_ctx_t *p); size_t ngx_http_proxy_log_error(void *data, char *buf, size_t len); void ngx_http_proxy_finalize_request(ngx_http_proxy_ctx_t *p, int rc); -void ngx_http_proxy_close_connection(ngx_connection_t *c); +void ngx_http_proxy_close_connection(ngx_http_proxy_ctx_t *p); int ngx_http_proxy_parse_status_line(ngx_http_proxy_ctx_t *p); int ngx_http_proxy_copy_header(ngx_http_proxy_ctx_t *p, |