diff options
Diffstat (limited to 'src/http/ngx_http.h')
| -rw-r--r-- | src/http/ngx_http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 2d4158f1a..4758e84c1 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -68,6 +68,8 @@ void ngx_http_empty_handler(ngx_event_t *wev); ngx_int_t ngx_http_send_last(ngx_http_request_t *r); void ngx_http_close_request(ngx_http_request_t *r, int error); void ngx_http_close_connection(ngx_connection_t *c); +u_char * ngx_http_log_error_info(ngx_http_request_t *r, u_char *buf, + size_t len); ngx_int_t ngx_http_read_client_request_body(ngx_http_request_t *r, |
