mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
feat(ENG-21362): Environment Variables Store (#23930)
This commit is contained in:
@@ -234,7 +234,7 @@ pub fn forManifest(
|
||||
}
|
||||
|
||||
// Incase the ETag causes invalidation, we fallback to the last modified date.
|
||||
if (last_modified.len != 0 and bun.getRuntimeFeatureFlag(.BUN_FEATURE_FLAG_LAST_MODIFIED_PRETEND_304)) {
|
||||
if (last_modified.len != 0 and bun.feature_flag.BUN_FEATURE_FLAG_LAST_MODIFIED_PRETEND_304.get()) {
|
||||
this.unsafe_http_client.client.flags.force_last_modified = true;
|
||||
this.unsafe_http_client.client.if_modified_since = last_modified;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user