hashicorp / yamux

Golang connection multiplexing library
Mozilla Public License 2.0
2.19k stars 232 forks source link

Record actual copied length #107

Closed jefferai closed 2 years ago

jefferai commented 2 years ago

This allows properly recording partial reads on connection break

Partially addresses #94