diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index bbb6a3b3b..b5c8c8852 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -85,6 +85,7 @@ extern ngx_chain_t *(*ngx_write_chain_proc) (ngx_connection_t *c, ngx_chain_t *in); +ssize_t ngx_recv_chain(ngx_connection_t *c, ngx_chain_t *ce); ngx_chain_t *ngx_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t flush); |