]> git.ipfire.org Git - thirdparty/curl.git/commit
hyper: implement unpausing via client reader
authorStefan Eissing <stefan@eissing.org>
Thu, 7 Mar 2024 09:08:35 +0000 (10:08 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Mar 2024 14:58:30 +0000 (15:58 +0100)
commit2c0f2e81634dac43ce0ecf850c19b10ac5ee8cfd
tree66727ff1934c775ea48365bb5fa01227b95e9f40
parent8a9fbd6291bd5cd98d372ddd6dbb0e09d329b597
hyper: implement unpausing via client reader

Just a tidy up to contain 'ifdef' pollution of common
code parts with implementation specifics.

- remove the ifdef hyper unpausing in easy.c
- add hyper client reader for CURL_CR_PROTOCOL phase
  that implements the unpause method for calling
  the hyper waker if it is set

Closes #13075
lib/c-hyper.c
lib/easy.c
lib/sendf.c
lib/sendf.h
scripts/singleuse.pl