mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
run misspell in gometalinter
This commit is contained in:
parent
b6c41464c6
commit
11af98e338
21 changed files with 23 additions and 22 deletions
|
@ -48,7 +48,7 @@ func newStreamsMap(
|
|||
var firstOutgoingBidiStream, firstOutgoingUniStream, firstIncomingBidiStream, firstIncomingUniStream protocol.StreamID
|
||||
if perspective == protocol.PerspectiveServer {
|
||||
firstOutgoingBidiStream = 1
|
||||
firstIncomingBidiStream = 4 // the crypto stream is handled separatedly
|
||||
firstIncomingBidiStream = 4 // the crypto stream is handled separately
|
||||
firstOutgoingUniStream = 3
|
||||
firstIncomingUniStream = 2
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue