mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
urldata: fix typo in comment
This commit is contained in:
parent
481755955b
commit
fafefdf9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1432,7 +1432,7 @@ struct UrlState {
|
|||
this should be dealt with in pretransfer */
|
||||
#ifndef CURL_DISABLE_HTTP
|
||||
curl_mimepart *mimepost;
|
||||
curl_mimepart *formp; /* storage for old API form-posting, alloced on
|
||||
curl_mimepart *formp; /* storage for old API form-posting, allocated on
|
||||
demand */
|
||||
size_t trailers_bytes_sent;
|
||||
struct dynbuf trailers_buf; /* a buffer containing the compiled trailing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue