• v1.3.11 02ce51a2b8

    serrebi released this 2026-07-26 17:03:03 -07:00 | 30 commits to main since this release

    Fixes Windows clients receiving RequestCast status codes but waiting forever for the response to finish. RequestCast now fully buffers each local response, removes chunked transfer encoding, calculates an exact Content-Length, sends it as HTTP/1.0, and forces Connection: close. This avoids persistent-loopback and response-framing problems caused by Windows network filters. The packaged executable test now rejects the release unless /setup is received completely with HTTP/1.0, the exact byte length, no Transfer-Encoding header, and a closed connection.

    Downloads