mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
Merge pull request #3489 from lucas-clemente/generic-streams-map-incoming
use a generic streams map for incoming streams
This commit is contained in:
commit
556a6e2f99
12 changed files with 59 additions and 460 deletions
1
go.mod
1
go.mod
|
@ -3,7 +3,6 @@ module github.com/lucas-clemente/quic-go
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/cheekybits/genny v1.0.0
|
||||
github.com/francoispqt/gojay v1.2.13
|
||||
github.com/golang/mock v1.6.0
|
||||
github.com/marten-seemann/qpack v0.2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue