From c227c5050ac7b05e37830501e1817a36058d3afb Mon Sep 17 00:00:00 2001 From: Alexander Djenkov Date: Fri, 3 May 2019 10:14:31 +0300 Subject: [PATCH] fix(ios-http-get): http failure during parsing xml (#7175) --- .../http/http-request/http-request.ios.ts | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/tns-core-modules/http/http-request/http-request.ios.ts b/tns-core-modules/http/http-request/http-request.ios.ts index 2475fb9c7..e0bca9d0a 100644 --- a/tns-core-modules/http/http-request/http-request.ios.ts +++ b/tns-core-modules/http/http-request/http-request.ios.ts @@ -200,11 +200,21 @@ export function request(options: httpModule.HttpRequestOptions): Promise