Closed u5surf closed 7 months ago
Nginx has the same mechanism can reply the 304 response using cache.
https://github.com/nginx/nginx/blob/e3207a17f084c9eb7905ca0f2cfdb1df088fd165/src/http/ngx_http_upstream.c#L6023-L-6043
https://github.com/nginx/nginx/blob/e3207a17f084c9eb7905ca0f2cfdb1df088fd165/src/http/modules/ngx_http_not_modified_filter_module.c#L86-L105
Thanks @u5surf, this looks great 👍
Nginx has the same mechanism can reply the 304 response using cache.
https://github.com/nginx/nginx/blob/e3207a17f084c9eb7905ca0f2cfdb1df088fd165/src/http/ngx_http_upstream.c#L6023-L-6043
https://github.com/nginx/nginx/blob/e3207a17f084c9eb7905ca0f2cfdb1df088fd165/src/http/modules/ngx_http_not_modified_filter_module.c#L86-L105