(t *testing.T)
| 324 | } |
| 325 | |
| 326 | func (s) TestServerMultipleGoAwayPendingRPC(t *testing.T) { |
| 327 | for _, e := range listTestEnv() { |
| 328 | if e.name == "handler-tls" { |
| 329 | continue |
| 330 | } |
| 331 | testServerMultipleGoAwayPendingRPC(t, e) |
| 332 | } |
| 333 | } |
| 334 | |
| 335 | func testServerMultipleGoAwayPendingRPC(t *testing.T, e env) { |
| 336 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected