Skip to content

Commit

Permalink
Conn not closed
Browse files Browse the repository at this point in the history
  • Loading branch information
coyove committed Oct 18, 2017
1 parent a137d9a commit 33d6c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/multiplexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ CONTINUE:
b, err := wrapper.sbuffer.prefetch()
if err != nil {
logg.E("mux got err: ", err)
wrapper.Close()
goto CONTINUE
}

Expand Down

0 comments on commit 33d6c97

Please sign in to comment.