From d853e3765bc5f73a5d9a125df056ae93309da9d3 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 19 Jun 2019 01:03:38 +0900 Subject: [PATCH] Latest update - 7516 --- src/http/modules/perl/nginx.xs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index ad12632..848e501 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -147,6 +147,8 @@ send_http_header(r, ...) } } + r->disable_not_modified = 1; + (void) ngx_http_send_header(r);