mirror of
https://github.com/curl/curl.git
synced 2026-08-01 01:58:02 +03:00
"Transfer-Encoding: chunked" support added
This commit is contained in:
parent
f6b6dff46a
commit
a23db7b7c7
6 changed files with 61 additions and 17 deletions
|
|
@ -35,4 +35,9 @@ CURLcode Curl_http_done(struct connectdata *conn);
|
|||
CURLcode Curl_http_connect(struct connectdata *conn);
|
||||
CURLcode Curl_http_close(struct connectdata *conn);
|
||||
|
||||
/* The following functions are defined in http_chunks.c */
|
||||
void Curl_httpchunk_init(struct connectdata *conn);
|
||||
CHUNKcode Curl_httpchunk_read(struct connectdata *conn, char *datap,
|
||||
ssize_t length, ssize_t *wrote);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue