(t *testing.T)
| 203 | } |
| 204 | |
| 205 | func (s) TestServerGoAway(t *testing.T) { |
| 206 | for _, e := range listTestEnv() { |
| 207 | if e.name == "handler-tls" { |
| 208 | continue |
| 209 | } |
| 210 | testServerGoAway(t, e) |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | func testServerGoAway(t *testing.T, e env) { |
| 215 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected