mirror of
https://github.com/nginx/nginx.git
synced 2026-09-03 20:53:04 -05:00
8644d9491ad3c0eb16bcda1d452aba326e1f4dae
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.
Description
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
122 MiB
Languages
C
97.7%
Vim Script
1.7%
XS
0.4%
Perl
0.1%