mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:43:32 +03:00
parent
f4b85d24b2
commit
5c932f8fe9
4 changed files with 16 additions and 6 deletions
|
|
@ -985,7 +985,8 @@ new_unencoding_writer(struct Curl_easy *data,
|
|||
return writer;
|
||||
}
|
||||
|
||||
/* Write data using an unencoding writer stack. */
|
||||
/* Write data using an unencoding writer stack. "nbytes" is not
|
||||
allowed to be 0. */
|
||||
CURLcode Curl_unencode_write(struct Curl_easy *data,
|
||||
struct contenc_writer *writer,
|
||||
const char *buf, size_t nbytes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue