diff options
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 867f8f7d8..41720f24a 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -84,9 +84,6 @@ void ngx_http_request_empty_handler(ngx_http_request_t *r); ngx_int_t ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags); -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, ngx_http_client_body_handler_pt post_handler); |