(t *testing.T)
| 413 | } |
| 414 | |
| 415 | func (s) TestConcurrentClientConnCloseAndServerGoAway(t *testing.T) { |
| 416 | for _, e := range listTestEnv() { |
| 417 | if e.name == "handler-tls" { |
| 418 | continue |
| 419 | } |
| 420 | testConcurrentClientConnCloseAndServerGoAway(t, e) |
| 421 | } |
| 422 | } |
| 423 | |
| 424 | func testConcurrentClientConnCloseAndServerGoAway(t *testing.T, e env) { |
| 425 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected