mirror of
https://github.com/serrebidev/requestcast.git
synced 2026-08-13 07:40:52 -07:00
-
RequestCast 1.3.12 Stable
released this
2026-07-26 18:07:37 -07:00 | 28 commits to main since this releaseFixes RequestCast on Windows 11 where localhost connections received HTTP headers but the page body never arrived. The root cause was Werkzeug's post-response request-socket drain blocking on an empty-but-readably-reported loopback socket. RequestCast now bypasses that drain entirely: the custom request handler writes the complete HTTP/1.0 response in a single socket.sendall() call, immediately shuts down the write side, and closes the connection. Responses remain fully buffered with exact Content-Length and Connection: close.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)