nodules / asker

http.request wrapper with gzip, request retries and http.Agent tuning
MIT License
93 stars 11 forks source link

Add unit tests for https #114

Closed narqo closed 8 years ago

narqo commented 8 years ago

Currently the only unit-test for HTTPS requests that we have is one that ask real remote HTTPS server. This can't be called a reliable test, as is tightly coupled to network errors between the machine where tests are running and the server (see #100).

We need to think of adding some more tests here.