You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You used to be able to get the SocketType from an active Socket by pattern-matching the MkSocket constructor. Since 3.0 this no longer seems to be possible. This breaks io-streams-haproxy. We should expose a getSocketType :: Socket -> SocketType. I'll prepare a PR