async-http icon indicating copy to clipboard operation
async-http copied to clipboard

Async::HTTP::Endpoint#address fails with NoMethodError

Open paddor opened this issue 1 year ago • 0 comments

I'm integrating async-debug (it's awesome) and wanted to log the endpoint address. On Async::HTTP::Endpoint I found #url (what I'm probably conna use) and #address.

Calling #address causes a NoMethodError because IO::Endpoint::HostEndpoint#address doesn't exist.

Maybe that's supposed to be, maybe not. Just wanted to let you know.

paddor avatar Jul 16 '24 19:07 paddor