mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:33:31 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
|
|
@ -357,7 +357,7 @@ static void cleanup_encoder_state(struct mime_encoder_state *p)
|
|||
p->bufend = 0;
|
||||
}
|
||||
|
||||
/* Dummy encoder. This is used for 8bit and binary content encodings. */
|
||||
/* Dummy encoder. This is used for 8-bit and binary content encodings. */
|
||||
static size_t encoder_nop_read(char *buffer, size_t size, bool ateof,
|
||||
struct curl_mimepart *part)
|
||||
{
|
||||
|
|
@ -384,7 +384,7 @@ static curl_off_t encoder_nop_size(curl_mimepart *part)
|
|||
return part->datasize;
|
||||
}
|
||||
|
||||
/* 7bit encoder: the encoder is just a data validity check. */
|
||||
/* 7-bit encoder: the encoder is just a data validity check. */
|
||||
static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof,
|
||||
curl_mimepart *part)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue