()
| 316 | |
| 317 | |
| 318 | def _tctx() -> context.Context: |
| 319 | tctx = context.Context( |
| 320 | connection.Client( |
| 321 | peername=("client", 1234), |
| 322 | sockname=("127.0.0.1", 8080), |
| 323 | timestamp_start=1605699329, |
| 324 | ), |
| 325 | opts, |
| 326 | ) |
| 327 | tctx.options.http2_ping_keepalive = 0 |
| 328 | return tctx |
| 329 | |
| 330 | |
| 331 | def _h2_response(chunks): |
no outgoing calls
no test coverage detected
searching dependent graphs…