nanomsg/mangos-v1

Set PropTLSConnState for WSS sockets in Dial

blitzrk opened this issue · 0 comments

Currently it gets set for WSS sockets that listen, but not dial. This is a 3-line change, because gorilla/websocket has already used the connection to upgrade to ws, so TLS handshake is already complete and the rest is trivial. PR incoming!