comparison src/event/ngx_event_timer.c @ 5450:9868c72f6f43

SSL: fixed c->read->ready handling in ngx_ssl_recv(). If c->read->ready was reset, but later some data were read from a socket buffer due to a call to ngx_ssl_recv(), the c->read->ready flag should be restored if not all data were read from OpenSSL buffers (as kernel won't notify us about the data anymore). More details are available here: http://mailman.nginx.org/pipermail/nginx/2013-November/041178.html
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 29 Nov 2013 17:16:06 +0400
parents 876e6b0814a5
children 3377f9459e99
comparison
equal deleted inserted replaced
5449:8f3cf6776648 5450:9868c72f6f43