MCPcopy
hub / github.com/grpc/grpc-go / TestClientSendDataAfterCloseSend

Method TestClientSendDataAfterCloseSend

test/end2end_test.go:4792–4799  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

4790}
4791
4792func (s) TestClientSendDataAfterCloseSend(t *testing.T) {
4793 for _, e := range listTestEnv() {
4794 if e.httpHandler {
4795 continue
4796 }
4797 testClientSendDataAfterCloseSend(t, e)
4798 }
4799}
4800
4801func testClientSendDataAfterCloseSend(t *testing.T, e env) {
4802 // To ensure RST_STREAM is sent for illegal data write prior to execution of RPC

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected