rust icon indicating copy to clipboard operation
rust copied to clipboard

client: consume the connection until send+recv complete

Open haraldh opened this issue 6 years ago • 0 comments

Instead of .take() for read and write stream, maybe just consume the connection and return it after success and disallow clone() for the connection

haraldh avatar Apr 05 '18 13:04 haraldh