Former-commit-id: 1cd6b587a2
This commit is contained in:
Jarred Sumner
2021-05-25 20:01:21 -07:00
parent 2b66058a95
commit 5162ab0bbf

View File

@@ -494,7 +494,6 @@ pub const RequestContext = struct {
defer ctx.bundler.allocator.free(output.contents);
if (FeatureFlags.strong_etags_for_built_files) {
const strong_etag = std.hash.Wyhash.hash(1, output.contents);
const etag_content_slice = std.fmt.bufPrintIntToSlice(strong_etag_buffer[0..49], strong_etag, 16, true, .{});
ctx.appendHeader("ETag", etag_content_slice);