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

Method TestMultipleSetHeaderStreamingRPC

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

Source from the content-addressed store, hash-verified

2839}
2840
2841func (s) TestMultipleSetHeaderStreamingRPC(t *testing.T) {
2842 for _, e := range listTestEnv() {
2843 if e.name == "handler-tls" {
2844 continue
2845 }
2846 testMultipleSetHeaderStreamingRPC(t, e)
2847 }
2848}
2849
2850// To test header metadata is sent when sending response.
2851func testMultipleSetHeaderStreamingRPC(t *testing.T, e env) {

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected