Commit 06dd2a9
committed
test: make http2 close-while-writing single-shot
The test only needs one request data chunk to queue the server write
and destroy the client stream. Using a persistent data listener can
queue multiple writes and multiple destroys from the same request body,
which makes the test occasionally hang until the harness timeout.
Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: openai:gpt-5.51 parent 5a8882a commit 06dd2a9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments