nginx/src
Maxim Dounin d2ea226229 SSL: improved ngx_ssl_recv_chain() to stop if c->read->ready is 0.
As long as there are data to read in the socket, yet the amount of data
is less than total size of the buffers in the chain, this saves one
unneeded read() syscall.  Before this change, reading only stopped if
ngx_ssl_recv() returned no data, that is, two read() syscalls in a row
returned EAGAIN.
2019-10-17 16:02:13 +03:00
..
core Version bump. 2019-09-30 16:43:16 +03:00
event SSL: improved ngx_ssl_recv_chain() to stop if c->read->ready is 0. 2019-10-17 16:02:13 +03:00
http Fixed header parsing with ignore_invalid_headers switched off. 2019-10-15 14:46:10 +03:00
mail SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Fixed portability issues with union sigval. 2019-01-28 14:33:31 +00:00
stream SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00