mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
Merge pull request #2952 from lucas-clemente/reset-h3-uni-stream-when-type-unknown
cancel reading on unidirectional streams when the stream type is unknown
This commit is contained in:
commit
b47fe87e51
4 changed files with 22 additions and 30 deletions
|
@ -160,6 +160,7 @@ func (c *client) handleUnidirectionalStreams() {
|
|||
c.session.CloseWithError(quic.ErrorCode(errorIDError), "")
|
||||
return
|
||||
default:
|
||||
str.CancelRead(quic.ErrorCode(errorStreamCreationError))
|
||||
return
|
||||
}
|
||||
f, err := parseNextFrame(str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue