forked from quic-go/quic-go
Merge pull request #1327 from lucas-clemente/remove-stray-code-comment
remove stray commented code in the session
This commit is contained in:
@@ -451,8 +451,6 @@ runLoop:
|
|||||||
case _, ok := <-s.handshakeEvent:
|
case _, ok := <-s.handshakeEvent:
|
||||||
// when the handshake is completed, the channel will be closed
|
// when the handshake is completed, the channel will be closed
|
||||||
s.handleHandshakeEvent(!ok)
|
s.handleHandshakeEvent(!ok)
|
||||||
// case p := <-s.paramsChan:
|
|
||||||
// s.processTransportParameters(&p)
|
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user