ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
898 stars 231 forks source link

Fix! handle domain socket host for http2 authority header #155

Closed drowzy closed 6 years ago

drowzy commented 6 years ago

unix domain socket tuple matched as a IP and called inet:ntoa.

essen commented 6 years ago

Half-patch, it's the same in gun_http.

essen commented 6 years ago

Merged locally, push in a few. Thanks!

drowzy commented 6 years ago

Super! Thanks