Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 14, 2020
1 parent c33edb7 commit 8979778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/http/serve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6468,7 +6468,6 @@ func TestEarlyHints(t *testing.T) {
t.Errorf("unexpected response; got %q; should start by %q", got, expected)
}
}

func TestProcessing(t *testing.T) {
ht := newHandlerTest(HandlerFunc(func(w ResponseWriter, r *Request) {
w.WriteHeader(StatusProcessing)
Expand Down

0 comments on commit 8979778

Please sign in to comment.