Fix network header

This commit is contained in:
2025-01-21 15:15:11 +08:00
parent 53b033258a
commit ff42c726fa

View File

@@ -135,6 +135,8 @@ class NetworkCacheManager implements Interceptor {
}
static bool compareHeaders(Map<String, dynamic> a, Map<String, dynamic> b) {
a = Map.from(a);
b = Map.from(b);
const shouldIgnore = [
'cache-time',
'prevent-parallel',