Using event engine memory buffers in HTTP/1 layer.

This commit is contained in:
Igor Sysoev
2019-11-14 16:39:48 +03:00
parent 1ec6353733
commit 643c433f8e
4 changed files with 18 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
#define _NXT_CONN_H_INCLUDED_
typedef ssize_t (*nxt_conn_io_read_t)(nxt_conn_t *c);
typedef ssize_t (*nxt_conn_io_read_t)(nxt_task_t *task, nxt_conn_t *c);
typedef nxt_msec_t (*nxt_conn_timer_value_t)(nxt_conn_t *c, uintptr_t data);