nginx/src
Roman Arutyunyan 8644d9491a Background subrequests for cache updates.
Previously, cache background update might not work as expected, making client
wait for it to complete before receiving the final part of a stale response.
This could happen if the response could not be sent to the client socket in one
filter chain call.

Now background cache update is done in a background subrequest.  This type of
subrequest does not block any other subrequests or the main request.
2017-05-25 15:57:59 +03:00
..
core Added missing "fall through" comments (ticket #1259). 2017-04-27 16:57:18 +03:00
event Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). 2017-05-24 13:17:08 +03:00
http Background subrequests for cache updates. 2017-05-25 15:57:59 +03:00
mail SSL: added support for TLSv1.3 in ssl_protocols directive. 2017-04-18 15:12:38 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
os Added missing "fall through" comments (ticket #1259). 2017-04-27 16:57:18 +03:00
stream Realip: allow hostnames in set_real_ip_from (ticket #1180). 2017-05-15 17:17:01 +03:00