• v1.3.9 cc5004be55

    serrebi released this 2026-07-26 16:32:46 -07:00 | 34 commits to main since this release

    Replaces Waitress with Werkzeug's threaded WSGI server on Windows 11. A second diagnostic bundle confirmed that RequestCast 1.3.8 used send_bytes=1 but clients still timed out while reading even the 16-byte health response. The new backend avoids the Waitress socket path entirely. RequestCast now also detects any process already holding its port before starting, so diagnostic mode cannot create a second server on port 8797. The packaged Windows build must still download the complete setup page before release.

    Downloads