socketry / async-http

MIT License
320 stars 46 forks source link

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

Open paddor opened 4 months ago

paddor commented 4 months ago

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.