Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 10, 2024
1 parent 782173e commit 931c06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntex-io/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ mod tests {
io: state.into(),
error: Cell::new(None),
inflight: Cell::new(0),
ready: Cell::new(false),
service: Pipeline::new(service).bind(),
});

Expand Down

0 comments on commit 931c06d

Please sign in to comment.