nginx/src
Maxim Dounin 067c1d2a4f 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
2013-11-29 17:16:06 +04:00
..
core Version bump. 2013-11-29 17:11:36 +04:00
event SSL: fixed c->read->ready handling in ngx_ssl_recv(). 2013-11-29 17:16:06 +04:00
http Proper backtracking after space in a request line. 2013-11-19 06:57:58 +04:00
mail SSL: added ability to set keys used for Session Tickets (RFC5077). 2013-10-11 16:05:24 -07:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Win32: plugged memory leak. 2013-10-31 18:23:49 +04:00