Skip to content

Commit 3bfff20

Browse files
committed
Reset connection
1 parent a084863 commit 3bfff20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/multiplexer/multiplexer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ func (mux *Multiplexer) targetConnLoop(requestQueue <-chan *reqContainer) {
198198
if err != nil {
199199
logrus.Error(err)
200200
}
201+
conn = nil
201202
}
202203
continue
203204
case Packet:

0 commit comments

Comments
 (0)