diff options
author | Valentin Bartenev <vbart@nginx.com> | 2014-11-19 21:16:19 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2014-11-19 21:16:19 +0300 |
commit | 41ed9734561fc957a64ca7e4dab5a8c6e3ac3c0b (patch) | |
tree | e9cff324d0e8936c25ad8218ac8f7aa155185ecc /src/core/ngx_buf.c | |
parent | 3ecac9eaba3b1392523ca36554b4db1405fbf914 (diff) | |
download | nginx-41ed9734561fc957a64ca7e4dab5a8c6e3ac3c0b.tar.gz nginx-41ed9734561fc957a64ca7e4dab5a8c6e3ac3c0b.zip |
Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
No functional changes.
Diffstat (limited to 'src/core/ngx_buf.c')
-rw-r--r-- | src/core/ngx_buf.c | 2 |
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; |