An HTTP/1.1 server for zig
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix format

https://github.com/karlseguin/http.zig/issues/151

+1 -1
+1 -1
src/worker.zig
··· 233 233 // blocking read loop 234 234 // will close the connection 235 235 self.handleWebSocket(hc) catch |err| { 236 - log.err("({} websocket connection error: {}", .{ address, err }); 236 + log.err("({f} websocket connection error: {}", .{ address, err }); 237 237 }; 238 238 return; 239 239 },