mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
don't send write error in CONNECTION_CLOSE frames
This commit is contained in:
parent
953f3472cf
commit
61d8e111b1
2 changed files with 29 additions and 1 deletions
|
@ -517,7 +517,7 @@ func (s *session) run() error {
|
|||
go s.cryptoStreamHandler.RunHandshake()
|
||||
go func() {
|
||||
if err := s.sendQueue.Run(); err != nil {
|
||||
s.closeLocal(err)
|
||||
s.destroyImpl(err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue