mirror of
https://github.com/curl/curl.git
synced 2026-04-16 18:21:46 +03:00
Revert "c-hyper: handle body on HYPER_TASK_EMPTY"
This reverts commit c3eefa95c3.
Reported-by: Kevin Burke
Fixes #7122
Closes #7136
This commit is contained in:
parent
9655474548
commit
2ee761c19b
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ CURLcode Curl_hyper_stream(struct Curl_easy *data,
|
|||
infof(data, "hyperstream is done!\n");
|
||||
break;
|
||||
}
|
||||
else if(t != HYPER_TASK_RESPONSE && t != HYPER_TASK_EMPTY) {
|
||||
else if(t != HYPER_TASK_RESPONSE) {
|
||||
*didwhat = KEEP_RECV;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue