From 86274bd66018a1b6b24c4be918ebe3f722f34e8f Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Thu, 24 Mar 2016 15:51:09 +0200 Subject: [PATCH] Attempt to read headers with duplicate keys using different approach --- http/http-request.ios.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/http/http-request.ios.ts b/http/http-request.ios.ts index c625631a0..fb5bd25b8 100644 --- a/http/http-request.ios.ts +++ b/http/http-request.ios.ts @@ -67,14 +67,10 @@ export function request(options: http.HttpRequestOptions): Promise { (http).addHeader(headers, key, value); - } + }); } if (debugRequest) {