Skip to content

Commit

Permalink
Remove outdated ETag test for dynamic responses
Browse files Browse the repository at this point in the history
The removed test was redundant and no longer aligned with the current behavior or requirements for ETag handling. This cleanup improves the test file's clarity and maintains focus on relevant cases.
  • Loading branch information
dvershinin committed Jan 3, 2025
1 parent f822948 commit 84ec606
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions t/etag.t
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,3 @@ ETag: "0ada7fc2e9c81a3699a0ab65bea60f54"
HEAD /hello-proxy
--- response_headers
!ETag
=== TEST 6: etag simple
--- config
location = /hello {
dynamic_etag on;
dynamic_etag_types text/plain;
return 200 "hello world\n";
}
--- request
GET /hello
--- response_headers
ETag: "6f5902ac237024bdd0c176cb93063dc4"

0 comments on commit 84ec606

Please sign in to comment.