zig/lib/std/http
kcbanner 125c4a265a Fix respondWebSocket, enable --webui on Windows
This commit re-enables the --webui functionality on windows, with the caveat that rebuild functionality is still disabled (due to deadlocks caused by reading to / writing from the same non-overlapped socket on multiple threads). I updated the UI to be aware of this, and hide the `Rebuild` button.

http.Server: Remove incorrect advance() call. This was causing browsers to disconnect the websocket, as we were sending undefined bytes.
build.WebServer: Re-enable on windows, but disable functionality that requires receiving messages from the client
build-web: Show total times in tables
2025-08-09 16:06:33 -04:00
..
ChunkParser.zig std.http: rework for new std.Io API 2025-08-07 10:04:28 -07:00
Client.zig Fetch: handle compressed git+http 2025-08-07 19:55:40 -07:00
HeaderIterator.zig std.http: header whitespace is optional, and not part of value 2024-02-28 15:12:43 -06:00
HeadParser.zig x86_64: implement integer @reduce(.Add) 2025-05-28 15:10:22 -04:00
Server.zig Fix respondWebSocket, enable --webui on Windows 2025-08-09 16:06:33 -04:00
test.zig std.http.Client: fix fetching by adding a buffer 2025-08-07 19:54:39 -07:00