Fixed idle timeout, broken in b3e55c647741.

This commit is contained in:
Igor Sysoev
2018-04-12 17:11:33 +03:00
parent 62aa3a5dae
commit 8e9a950374

View File

@@ -178,7 +178,7 @@ static const nxt_conn_state_t nxt_h1p_idle_state
.timer_handler = nxt_h1p_conn_timeout,
.timer_value = nxt_h1p_conn_timeout_value,
.timer_data = offsetof(nxt_socket_conf_t, header_read_timeout),
.timer_data = offsetof(nxt_socket_conf_t, idle_timeout),
};