nativescript-community / https

Secure HTTP client with SSL pinning for Nativescript - iOS/Android
https://nativescript-community.github.io/https/
Other
50 stars 42 forks source link

[Android] timeout option doesn't work #96

Closed RGBvision closed 2 months ago

RGBvision commented 2 months ago

There is the problem with timeout option because of this const needTimeoutChange = timeout === _timeout; code in src/https/request.android.ts on line 268. Sould be const needTimeoutChange = timeout !== _timeout;.

RGBvision commented 2 months ago

Fixed in 4.1.14