(t *testing.T)
| 4846 | } |
| 4847 | |
| 4848 | func (s) TestClientResourceExhaustedCancelFullDuplex(t *testing.T) { |
| 4849 | for _, e := range listTestEnv() { |
| 4850 | if e.httpHandler { |
| 4851 | // httpHandler write won't be blocked on flow control window. |
| 4852 | continue |
| 4853 | } |
| 4854 | testClientResourceExhaustedCancelFullDuplex(t, e) |
| 4855 | } |
| 4856 | } |
| 4857 | |
| 4858 | func testClientResourceExhaustedCancelFullDuplex(t *testing.T, e env) { |
| 4859 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected