Skip to content

Commit

Permalink
also cancel deadlines on remote reset
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed May 22, 2019
1 parent b72798e commit c9d8ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiplex.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ func (mp *Multiplex) handleIncoming() {

if !isClosed {
msch.doCloseLocal()
msch.cancelDeadlines()
}

msch.clLock.Unlock()
Expand Down

0 comments on commit c9d8ebc

Please sign in to comment.