Change #254577
| Category | None |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 08 Jan 2026 22:36:38 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | f2d008811db2edefad035b9dcfc8865459999ee7 |
Comments
ngtcp2: stabilize recv When receiving on a stream that already failed or has already been closed, return the matching error code without touching the connection. In case the connection shows errors, e.g. the server closed, those errors should not have impact on an already failed/closed stream. This might mitigate flakiness in pytest 07_13 where unexpected errors occur after a successful upload. Closes #20220
Changed files
- lib/vquic/curl_ngtcp2.c