We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed606a2 commit b2a6df6Copy full SHA for b2a6df6
src/main.zig
@@ -16,6 +16,6 @@ pub fn main() !void {
16
defer listener.deinit();
17
18
const connection = try listener.accept();
19
- try connection.stream.write("HTTP/1.1 200 OK\r\n\r\n");
+ _ = try connection.stream.write("HTTP/1.1 200 OK\r\n\r\n");
20
try stdout.print("client connected!", .{});
21
}
0 commit comments