Skip to content

Commit

Permalink
tardy: update to latest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mookums committed Oct 19, 2024
1 parent a0041ef commit 1d84edb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
.minimum_zig_version = "0.13.0",
.dependencies = .{
.tardy = .{
.url = "git+https://github.com/mookums/tardy?ref=main#3c99ca385a409642695ccb1a3309c3b7a85868f4",
.hash = "1220709159fab01f3b3125eea0d142a2d11ba0d44ba1117a6cc9ae0ed0031bb81e6d",
.url = "git+https://github.com/mookums/tardy?ref=main#a45c81ef6d32d57f437df9297e9eb93ef4cc27dd",
.hash = "12203f16a294fbdae8b1ed3f438e0c2bc81f1491457912a7f8312d1d788e6ac28662",
},
.bearssl = .{
.url = "https://github.com/mookums/bearssl-zig/archive/37a96eee56fe2543579bbc6da148ca886f3dd32b.tar.gz",
Expand Down
1 change: 1 addition & 0 deletions src/core/server.zig
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ pub fn Server(
}

// This should never fail. It means that we have a dangling item.
assert(pool.clean() > 0);
const borrowed = pool.borrow_hint(t.index) catch unreachable;

log.info("{d} - accepting connection", .{borrowed.index});
Expand Down

0 comments on commit 1d84edb

Please sign in to comment.