Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Feb 10, 2021
1 parent 5840320 commit 491d2db
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 @@ -6527,7 +6527,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 491d2db

Please sign in to comment.