Tiny mmap buffers completion fixed.

Small mmap buffers transferred in 'plain' mode and should be freed by sender.
This commit is contained in:
Max Romanov
2017-08-11 18:04:04 +03:00
parent 70d73d633b
commit 1b354421c3
3 changed files with 5 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ ssize_t nxt_sendbuf_copy_coalesce(nxt_conn_t *c, nxt_buf_mem_t *bm,
nxt_buf_t *nxt_sendbuf_update(nxt_buf_t *b, size_t sent);
nxt_buf_t *nxt_sendbuf_completion(nxt_task_t *task, nxt_work_queue_t *wq,
nxt_buf_t *b, size_t sent);
nxt_buf_t *b, size_t sent, nxt_bool_t mmap_mode);
#endif /* _NXT_SENDBUF_H_INCLUDED_ */