fixed an issue in checking https#46
fixed an issue in checking https#46ianpartridge merged 6 commits intoKitura:masterfrom TheM4hd1:master
Conversation
replaced .contains("https") with .hasPrefix("https")
.contains can cause a problem.
|
Thanks for the PR! We'll get it reviewed soon :) |
|
@TheM4hd1 Thanks for the PR! Can we have a test case? |
|
tests were include a function named |
|
@TheM4hd1 can you please look into travis failures? |
replaced test url, travis ip addresses were blocked by previous server.
|
I'm getting crazy with this travis, thats not my test case error, |
|
@TheM4hd1 Can you try reproducing this issue on Linux or a docker. It can be a corelibs-foundation bug as well ( I doubt ). Please let me know what you think or if you need some help on this |
|
I've tested on ubuntu 16.04 and it works fine. |
replaced .contains("https") with .hasPrefix("https")
.contains can cause a problem.