migrate to htmlRunne (plus zig fmt)

This commit is contained in:
Karl Seguin
2025-09-05 13:52:08 +08:00
parent 5087b8004a
commit dd22c55d23
14 changed files with 330 additions and 362 deletions

View File

@@ -387,7 +387,7 @@ fn makeRequest(self: *Client, handle: *Handle, transfer: *Transfer) !void {
_ = try self.perform(0);
}
pub const PerformStatus = enum{
pub const PerformStatus = enum {
extra_socket,
normal,
};