Sometimes the `open_stream` call [fails](https://buildd.debian.org/status/fetch.php?pkg=cpp-httplib&arch=arm64&ver=0.41.0%2Bds-1&stamp=1775924187), and `handle.error` is "Failed to write connection (5)". This is quite easy to reproduce with `while build/test/main --gtest_filter=OpenStreamMalformedContentLength.OutOfRange; do : ; done`
Sometimes the
open_streamcall fails, andhandle.erroris "Failed to write connection (5)".This is quite easy to reproduce with
while build/test/main --gtest_filter=OpenStreamMalformedContentLength.OutOfRange; do : ; done