forked from quic-go/quic-go
http3: convert RequestStream from an interface to a struct (#5153)
This commit is contained in:
@@ -119,7 +119,7 @@ func (c *connection) openRequestStream(
|
||||
reqDone chan<- struct{},
|
||||
disableCompression bool,
|
||||
maxHeaderBytes uint64,
|
||||
) (*requestStream, error) {
|
||||
) (*RequestStream, error) {
|
||||
if c.perspective == protocol.PerspectiveClient {
|
||||
c.streamMx.Lock()
|
||||
maxStreamID := c.maxStreamID
|
||||
|
||||
Reference in New Issue
Block a user