stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

handle http2 client send error #54

Closed overvenus closed 7 years ago

overvenus commented 7 years ago

This PR fixes an unexpected panic when the remote server closed.

stepancheg commented 7 years ago

Removed trailing spaces, rebased and pushed. Thanks.

overvenus commented 7 years ago

Thank you for your quick reply.