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.
1 parent c232cee commit c006fc1Copy full SHA for c006fc1
buffer/buffer_test.go
@@ -417,7 +417,6 @@ func TestBuffer_GRPC_OKResponse(t *testing.T) {
417
srv := testutils.NewHandler(func(w http.ResponseWriter, _ *http.Request) {
418
w.Header().Set("Grpc-Status", "0" /* OK */)
419
_, _ = w.Write([]byte("grpc-body"))
420
- w.WriteHeader(http.StatusOK)
421
422
// To skip the "Content-Length" header.
423
w.(http.Flusher).Flush()
0 commit comments