Skip to content

Commit ea195bd

Browse files
committed
typo fixes in recently added test cases.
1 parent b661ff1 commit ea195bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/028-req-header.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ test
14691469
location /t {
14701470
content_by_lua '
14711471
ngx.req.clear_header("if-unmodified-since")
1472-
ngx.header["Last-Modified"] = "Last-Modified:Tue, 30 Jun 2011 12:16:36 GMT"
1472+
ngx.header["Last-Modified"] = "Tue, 30 Jun 2011 12:16:36 GMT"
14731473
if not ngx.send_headers() then
14741474
return
14751475
end
@@ -1479,7 +1479,7 @@ test
14791479
--- request
14801480
GET /t
14811481
--- more_headers
1482-
If-Unmodified-Since: Last-Modified:Tue, 28 Jun 2011 12:16:36 GMT
1482+
If-Unmodified-Since: Tue, 28 Jun 2011 12:16:36 GMT
14831483
--- response_body
14841484
test
14851485
--- no_error_log

0 commit comments

Comments
 (0)