(self)
| 962 | assert "content-length" not in resp.headers |
| 963 | |
| 964 | def test_headers(self): |
| 965 | _test_passthrough_attr(tresp(), "headers") |
| 966 | |
| 967 | def test_trailers(self): |
| 968 | _test_passthrough_attr(tresp(), "trailers") |
nothing calls this directly
no test coverage detected