hyper: use wakers for curl pause/resume

Closes #9070
This commit is contained in:
Sean McArthur 2022-06-29 17:45:32 -07:00 committed by Daniel Stenberg
parent c7f53b7493
commit be8d2b037d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 23 additions and 7 deletions

View file

@ -36,6 +36,7 @@ struct hyptransfer {
const hyper_executor *exec;
hyper_task *endtask;
hyper_waker *exp100_waker;
hyper_waker *send_body_waker;
};
size_t Curl_hyper_recv(void *userp, hyper_context *ctx,