http3: convert RequestStream from an interface to a struct (#5153)

This commit is contained in:
Marten Seemann
2025-05-29 11:08:39 +08:00
committed by GitHub
parent 45e0d5fc7d
commit 2675d0845f
6 changed files with 27 additions and 36 deletions

View File

@@ -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)