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 b661ff1 commit ea195bdCopy full SHA for ea195bd
t/028-req-header.t
@@ -1469,7 +1469,7 @@ test
1469
location /t {
1470
content_by_lua '
1471
ngx.req.clear_header("if-unmodified-since")
1472
- ngx.header["Last-Modified"] = "Last-Modified:Tue, 30 Jun 2011 12:16:36 GMT"
+ ngx.header["Last-Modified"] = "Tue, 30 Jun 2011 12:16:36 GMT"
1473
if not ngx.send_headers() then
1474
return
1475
end
@@ -1479,7 +1479,7 @@ test
1479
--- request
1480
GET /t
1481
--- more_headers
1482
-If-Unmodified-Since: Last-Modified:Tue, 28 Jun 2011 12:16:36 GMT
+If-Unmodified-Since: Tue, 28 Jun 2011 12:16:36 GMT
1483
--- response_body
1484
test
1485
--- no_error_log
0 commit comments