typhoeus / ethon

Very simple libcurl wrapper.
MIT License
137 stars 138 forks source link

Fix tests from multi_socket_action addition. #200

Closed theojulienne closed 3 years ago

theojulienne commented 3 years ago

:wave: Thank you for merging https://github.com/typhoeus/ethon/pull/196! It looks like in my eagerness to thoroughly test the changes, I was a bit too specific about the way the underlying curl implementation would behave and this broke some MacOS tests :scream: Sorry about that!

This PR should get the tests passing on MacOS again (or at least, on my mac) by relying less on the curl implementation and more about the behaviour that matters.

/cc @i0rek @Kjarrigan