nginx/src
Maxim Dounin f6c28f93af SSL: disabled shutdown after connection errors.
This fixes "SSL_shutdown() failed (SSL: ... bad write retry)" errors
as observed on the second SSL_shutdown() call after SSL shutdown fixes in
09fb2135a589 (1.19.2), notably when sending fails in ngx_http_test_expect(),
similarly to ticket #1194.

Note that there are some places where c->error is misused to prevent
further output, such as ngx_http_v2_finalize_connection() if there
are pending streams, or in filter finalization.  These places seem
to be extreme enough to don't care about missing shutdown though.
For example, filter finalization currently prevents keepalive from
being used.
2020-09-16 18:26:24 +03:00
..
core Version bump. 2020-08-14 12:45:52 +03:00
event SSL: disabled shutdown after connection errors. 2020-09-16 18:26:24 +03:00
http Cache: keep c->body_start when Vary changes (ticket #2029). 2020-09-09 19:26:27 +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 Cache: introduced min_free cache clearing. 2020-06-22 18:03:00 +03:00
stream Stream: fixed processing of zero length UDP packets (ticket #1982). 2020-06-08 11:40:34 +03:00