mirror of
https://github.com/nonoo/kappanhang.git
synced 2025-12-06 08:02:00 +01:00
Don't double send non-important packets
This commit is contained in:
parent
bbddf769b0
commit
efd81c9568
|
|
@ -105,9 +105,6 @@ func (s *controlStream) sendPkt0() error {
|
|||
if err := s.common.send(p); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := s.common.send(p); err != nil {
|
||||
return err
|
||||
}
|
||||
s.authSendSeq++
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue