containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Bugfix: fix client request hang, for response body empty. #50

Closed windniw closed 4 years ago

windniw commented 4 years ago
If server return an empty response, client will hang in recv msg.
windniw commented 4 years ago

49

It seems to be working well with empty body response.

@teawater @Tim-Zhang

teawater commented 4 years ago

@Tim-Zhang Could you take a look on this PR?