diff --git a/lib/networking/http.dart b/lib/networking/http.dart index 6d4c775ae..e6b3b22c5 100644 --- a/lib/networking/http.dart +++ b/lib/networking/http.dart @@ -41,7 +41,6 @@ class HTTP { url, ); - request.headers.clear(); if (headers != null) { headers.forEach((key, value) => request.headers.add); } @@ -87,8 +86,6 @@ class HTTP { url, ); - request.headers.clear(); - if (headers != null) { headers.forEach((key, value) => request.headers.add); }