Skip to content

Commit 20c03af

Browse files
committed
Merge branch 'master' into adamvduke/add-buffer-limit-test-cases
2 parents 678bccd + c006fc1 commit 20c03af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buffer/buffer_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ func TestBuffer_GRPC_OKResponse(t *testing.T) {
463463
srv := testutils.NewHandler(func(w http.ResponseWriter, _ *http.Request) {
464464
w.Header().Set("Grpc-Status", "0" /* OK */)
465465
_, _ = w.Write([]byte("grpc-body"))
466-
w.WriteHeader(http.StatusOK)
467466

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

0 commit comments

Comments
 (0)