mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
only call the Rejected0RTT() callback on HRR when 0-RTT was tried
This commit is contained in:
parent
f58b4560a3
commit
33037be2ed
2 changed files with 6 additions and 6 deletions
4
go.mod
4
go.mod
|
@ -7,8 +7,8 @@ require (
|
|||
github.com/francoispqt/gojay v1.2.13
|
||||
github.com/golang/mock v1.5.0
|
||||
github.com/marten-seemann/qpack v0.2.1
|
||||
github.com/marten-seemann/qtls-go1-15 v0.1.2
|
||||
github.com/marten-seemann/qtls-go1-16 v0.1.1
|
||||
github.com/marten-seemann/qtls-go1-15 v0.1.3
|
||||
github.com/marten-seemann/qtls-go1-16 v0.1.2
|
||||
github.com/onsi/ginkgo v1.14.0
|
||||
github.com/onsi/gomega v1.10.1
|
||||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue