Skip to content

Commit

Permalink
Merge branch 'master' into adamvduke/add-buffer-limit-test-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvduke committed Dec 29, 2024
2 parents 678bccd + c006fc1 commit 20c03af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buffer/buffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ func TestBuffer_GRPC_OKResponse(t *testing.T) {
srv := testutils.NewHandler(func(w http.ResponseWriter, _ *http.Request) {
w.Header().Set("Grpc-Status", "0" /* OK */)
_, _ = w.Write([]byte("grpc-body"))
w.WriteHeader(http.StatusOK)

// To skip the "Content-Length" header.
w.(http.Flusher).Flush()
Expand Down

0 comments on commit 20c03af

Please sign in to comment.