hashicorp / yamux

Golang connection multiplexing library
Mozilla Public License 2.0
2.25k stars 236 forks source link

Feat/better reset error #61

Closed whyrusleeping closed 6 years ago

whyrusleeping commented 6 years ago

This both makes all yamux errors easier to figure out (took me a while to realize where "connection reset" was coming from) and makes the connection reset error actually say what it means.

whyrusleeping commented 6 years ago

whoops. meant to PR against my fork...