Fixed bug in "send_timeout" handling.

This commit is contained in:
Igor Sysoev
2018-07-12 18:29:22 +03:00
parent 4d818a6f23
commit 071412a9ae

View File

@@ -1251,7 +1251,7 @@ nxt_h1p_conn_request_send_timeout(nxt_task_t *task, void *obj, void *data)
nxt_debug(task, "h1p conn request send timeout");
c = nxt_read_timer_conn(timer);
c = nxt_write_timer_conn(timer);
h1p = c->socket.data;
nxt_h1p_request_error(task, h1p->request);