Go to file
Maxim Dounin 2953968e4f 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
auto Configure: fixed perl Makefile generation (ticket #334). 2013-04-19 12:19:57 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.4.4-RELEASE 2013-11-19 15:25:24 +04:00
misc Updated zlib used for win32 builds. 2013-06-04 16:16:51 +04:00
src SSL: fixed c->read->ready handling in ngx_ssl_recv(). 2013-11-29 17:16:06 +04:00