aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_buf.c')
-rw-r--r--src/core/ngx_buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_buf.c b/src/core/ngx_buf.c
index 94a3d3f10..764b34bf9 100644
--- a/src/core/ngx_buf.c
+++ b/src/core/ngx_buf.c
@@ -221,7 +221,7 @@ ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free, ngx_chain_t **busy,
ngx_chain_t *
-ngx_handle_sent_chain(ngx_chain_t *in, off_t sent)
+ngx_chain_update_sent(ngx_chain_t *in, off_t sent)
{
off_t size;