| commit | 2a2d2b5094ee88dba5984eddfc4135b66bb8007e | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu Jan 30 18:21:39 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu Jan 30 18:21:39 2003 +0000 |
| tree | c8f15571d41075aa7fd0558273ef817934468c6c | |
| parent | 86de4cbef5f075840406e24e16a2b1417f721bb3 [diff] [blame] |
nginx-0.0.1-2003-01-30-21:21:39 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 719781e..ca2d5c1 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -245,6 +245,9 @@ int ngx_http_discard_body(ngx_http_request_t *r); +int ngx_http_special_response(ngx_http_request_t *r, int error); + + extern int ngx_max_module; extern ngx_array_t ngx_http_servers;