socketry / async-http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webmock Gem

tleish opened this issue · comments

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

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

FYI, looks like issue has already been reported here: bblimke/webmock#858

Thanks for the links.