ninenines / gun

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

Ensure keepalive is off when we are waiting for a CONNECT response #169

Closed essen closed 6 years ago

essen commented 6 years ago

Otherwise it can mess up the protocol we are switching to.

essen commented 6 years ago

Done locally.