We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d655ac commit 1449591Copy full SHA for 1449591
ngx_cache_purge_module.c
@@ -1556,7 +1556,7 @@ ngx_http_cache_purge_handler(ngx_http_request_t *r) {
1556
ngx_http_finalize_request(r, ngx_http_cache_purge_send_response(r));
1557
return;
1558
case NGX_DECLINED:
1559
- ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND);
+ ngx_http_finalize_request(r, NGX_HTTP_PRECONDITION_FAILED);
1560
1561
# if (NGX_HAVE_FILE_AIO)
1562
case NGX_AGAIN:
0 commit comments