Files
nginx-unit/src/nxt_event_conn_job_sendfile.c
Igor Sysoev 834e8ca576 Fixed timer and event race condition.
When idle timeout occurs at the same time as a request comes in,
the timer handler closes connection while the read event triggers
request processing, and this eventually leads to segmentation fault.
2019-02-28 18:04:11 +03:00

6.1 KiB