We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 678bccd + c006fc1 commit 20c03afCopy full SHA for 20c03af
buffer/buffer_test.go
@@ -463,7 +463,6 @@ func TestBuffer_GRPC_OKResponse(t *testing.T) {
463
srv := testutils.NewHandler(func(w http.ResponseWriter, _ *http.Request) {
464
w.Header().Set("Grpc-Status", "0" /* OK */)
465
_, _ = w.Write([]byte("grpc-body"))
466
- w.WriteHeader(http.StatusOK)
467
468
// To skip the "Content-Length" header.
469
w.(http.Flusher).Flush()
0 commit comments