Skip to content

Commit

Permalink
close http3.RoundTripper after test (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hareku committed Oct 28, 2023
1 parent 3697690 commit 14f48ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webtransport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func establishSession(t *testing.T, handler func(*webtransport.Session)) (sess *
return sess, func() {
closeServer()
s.Close()
d.RoundTripper.Close()
}
}

Expand Down

0 comments on commit 14f48ac

Please sign in to comment.