mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix deadlock between onStreamCompleted and Session.Close
This commit is contained in:
parent
036131e084
commit
83be64bb73
3 changed files with 69 additions and 39 deletions
|
@ -19,6 +19,7 @@ const (
|
|||
type streamSender interface {
|
||||
queueControlFrame(wire.Frame)
|
||||
onHasStreamData(protocol.StreamID)
|
||||
// must be called without holding the mutex that is acquired by closeForShutdown
|
||||
onStreamCompleted(protocol.StreamID)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue