a8721c33c5
* peerstream: dialer should reconnect when stream closes If the stream is closed unexpectedly (i.e. when we haven't received a terminated message), the dialer should attempt to re-establish the stream. Previously, the `HandleStream` would return `nil` when the stream was closed. The caller then assumed the stream was terminated on purpose and so didn't reconnect when instead it was stopped unexpectedly and the dialer should have attempted to reconnect. |
||
---|---|---|
.. | ||
services | ||
testutils | ||
forward.go | ||
server.go | ||
token.go | ||
utils.go |