mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
use 0.5-RTT data to open the control stream in the http3 server
This commit is contained in:
parent
2bac900862
commit
bc25840519
7 changed files with 119 additions and 98 deletions
|
@ -60,7 +60,7 @@ var _ = Describe("RoundTripper", func() {
|
|||
var (
|
||||
rt *RoundTripper
|
||||
req1 *http.Request
|
||||
session *mockquic.MockSession
|
||||
session *mockquic.MockEarlySession
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
|
@ -74,7 +74,7 @@ var _ = Describe("RoundTripper", func() {
|
|||
origDialAddr := dialAddr
|
||||
|
||||
BeforeEach(func() {
|
||||
session = mockquic.NewMockSession(mockCtrl)
|
||||
session = mockquic.NewMockEarlySession(mockCtrl)
|
||||
origDialAddr = dialAddr
|
||||
dialAddr = func(addr string, tlsConf *tls.Config, config *quic.Config) (quic.Session, error) {
|
||||
// return an error when trying to open a stream
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue