feedback from code review

This commit is contained in:
Chelsea Holland Komlo
2018-01-16 11:55:11 -05:00
parent 8de260f19b
commit d97c91c733
3 changed files with 37 additions and 37 deletions

View File

@@ -164,7 +164,6 @@ func NewNetworkTransportWithLogger(
// Pause closes the current stream for a NetworkTransport instance
func (n *NetworkTransport) Pause() {
n.streamCancel()
n.stream.Close()
}
// Pause creates a new stream for a NetworkTransport instance