From 39a6a4c973dd378f1fad9d2514d7857fe491df4b Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 11 Aug 2017 18:04:04 +0300 Subject: Request body read state implemented. With specific timeout and buffer size settings. --- src/nxt_port_memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_port_memory.h') diff --git a/src/nxt_port_memory.h b/src/nxt_port_memory.h index 0b64fa89..ea51d001 100644 --- a/src/nxt_port_memory.h +++ b/src/nxt_port_memory.h @@ -28,7 +28,7 @@ nxt_buf_t * nxt_port_mmap_get_buf(nxt_task_t *task, nxt_port_t *port, size_t size); nxt_int_t nxt_port_mmap_increase_buf(nxt_task_t *task, nxt_buf_t *b, - size_t size); + size_t size, size_t min_size); nxt_port_mmap_header_t * nxt_port_incoming_port_mmap(nxt_task_t *task, nxt_process_t *process, -- cgit