c-hyper: add support for transfer-encoding in the request

Closes #7348
This commit is contained in:
Daniel Stenberg 2021-07-05 15:52:39 +02:00
parent 4f3828d5a2
commit 0b0269341b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 46 additions and 27 deletions

View file

@ -93,6 +93,7 @@ CURLcode Curl_http_statusline(struct Curl_easy *data,
struct connectdata *conn);
CURLcode Curl_http_header(struct Curl_easy *data, struct connectdata *conn,
char *headp);
CURLcode Curl_transferencode(struct Curl_easy *data);
CURLcode Curl_http_body(struct Curl_easy *data, struct connectdata *conn,
Curl_HttpReq httpreq,
const char **teep);