Skip to content

Commit

Permalink
fix(core/request_table): clumsy cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed May 2, 2024
1 parent 2bb87df commit d7e6390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elfo-core/src/request_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl RequestTable {
let request = requests.get(request_id).expect("unknown request");

if request.remainder == 0 {
break requests.remove(request_id).expect("under lock");
break requests.remove(request_id).expect("under lock").responses;
}
}

Expand Down

0 comments on commit d7e6390

Please sign in to comment.