We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0725afe commit 0536daaCopy full SHA for 0536daa
1 file changed
backends/curl/src/async/loop.rs
@@ -422,6 +422,7 @@ fn run_loop(multl_waker_tx: oneshot::Sender<LoopManagerShared>) {
422
{
423
let res = Err(e.into());
424
ctx.state.lock().unwrap().result = RequestResult::Done { res, id };
425
+ ctx.waker.wake();
426
}
427
428
LoopTask::UnpauseSendHandle(id) => {
@@ -437,6 +438,7 @@ fn run_loop(multl_waker_tx: oneshot::Sender<LoopManagerShared>) {
437
438
}) {
439
440
441
442
443
444
LoopTask::DropHandle(id) => {
0 commit comments