mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 07:43:14 +08:00
fix: 修复响应头缓存
This commit is contained in:
@@ -73,10 +73,11 @@ export async function getFlowHeaders(url, ua, timeout) {
|
||||
});
|
||||
flowInfo = getFlowField(headers);
|
||||
}
|
||||
if (flowInfo) {
|
||||
headersResourceCache.set(url, flowInfo);
|
||||
}
|
||||
}
|
||||
if (flowInfo) {
|
||||
headersResourceCache.set(url, flowInfo);
|
||||
}
|
||||
|
||||
return flowInfo;
|
||||
}
|
||||
export function parseFlowHeaders(flowHeaders) {
|
||||
|
||||
Reference in New Issue
Block a user