Skip to content

Commit dcd6ae1

Browse files
committed
fix: fix broken agent req caching due to age header
1 parent ee6ca7e commit dcd6ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/utils/headers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { CustomerVariables } from './customer-variables/customer-variables'
66
import { getPreSharedSecret } from './customer-variables/selectors'
77

88
const BLACKLISTED_HEADERS = new Set([
9+
'age',
910
'connection',
1011
'expect',
1112
'keep-alive',

0 commit comments

Comments
 (0)