socketry / async-http

MIT License
298 stars 45 forks source link

Webmock Gem #34

Closed tleish closed 4 years ago

tleish commented 4 years ago

I'm trying to use VCR with Webmock and wondering if this is a viable solution with async-http.

tleish commented 4 years ago

I think this is the code that is supposed to handle it in Webmock, but having issues... so closing here as I don't think it's an async-http issue, but rather code in Webmock.

https://github.com/bblimke/webmock/blame/master/lib/webmock/http_lib_adapters/async_http_client_adapter.rb

tleish commented 4 years ago

FYI, looks like issue has already been reported here: https://github.com/bblimke/webmock/issues/858

ioquatix commented 4 years ago

Thanks for the links.