forked from quic-go/quic-go
http3: convert RequestStream from an interface to a struct (#5153)
This commit is contained in:
@@ -90,7 +90,7 @@ func TestHTTPSettings(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func dialAndOpenHTTPDatagramStream(t *testing.T, addr string) http3.RequestStream {
|
||||
func dialAndOpenHTTPDatagramStream(t *testing.T, addr string) *http3.RequestStream {
|
||||
t.Helper()
|
||||
|
||||
u, err := url.Parse(addr)
|
||||
|
||||
Reference in New Issue
Block a user