const normalizedAuthority = http2.Agent.normalizeOrigin(origin).host; const parsedPushHeaders = PushAgent._parsePushHeaders(normalizedAuthority, headers); const cache = session.pushCache.get(parsedPushHeaders); if (cache) {
const parsedPushHeaders = PushAgent._parsePushHeaders(undefined, requestHeaders);