Skip to content

Commit 8d84678

Browse files
committed
update gerrit URL
1 parent 3e76d05 commit 8d84678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/clientserver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ func TestEarlyHintsRequest_h2(t *testing.T) { testEarlyHintsRequest(t, h2Mode) }
16251625
func testEarlyHintsRequest(t *testing.T, h2 bool) {
16261626
defer afterTest(t)
16271627
if h2 {
1628-
t.Skip("Waiting for H2 support to be merged: https://go-review.googlesource.com/c/net/+/291029")
1628+
t.Skip("Waiting for H2 support to be merged: https://go-review.googlesource.com/c/net/+/406494")
16291629
}
16301630

16311631
var wg sync.WaitGroup

0 commit comments

Comments
 (0)