You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
Currently, ClientProto::bind_client returns a service immediately. Problems arise when a ClientProto wants to perform a handshake before beginning framing, because there's no way to propagate handshake errors. Currently, any such error ends up being swallowed and propagated upward as BrokenPipe. This could be fixed by having bind_client propagate the error returned by ClientProto::bind_transport.
The text was updated successfully, but these errors were encountered:
Currently,
ClientProto::bind_client
returns a service immediately. Problems arise when aClientProto
wants to perform a handshake before beginning framing, because there's no way to propagate handshake errors. Currently, any such error ends up being swallowed and propagated upward asBrokenPipe
. This could be fixed by havingbind_client
propagate the error returned byClientProto::bind_transport
.The text was updated successfully, but these errors were encountered: