mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
fixed wrk code after introducing error
This commit is contained in:
parent
1fcb11f03a
commit
894cf27716
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const std = @import("std");
|
|||
const zap = @import("zap");
|
||||
|
||||
fn on_request_minimal(r: zap.SimpleRequest) void {
|
||||
_ = r.sendBody("Hello from ZAP!!!");
|
||||
r.sendBody("Hello from ZAP!!!") catch return;
|
||||
}
|
||||
|
||||
pub fn main() !void {
|
||||
|
|
Loading…
Add table
Reference in a new issue