mirror of
https://github.com/curl/curl.git
synced 2026-08-15 12:03:48 +03:00
parent
79104e4690
commit
c40914dbdb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ HTTP
|
|||
static int trailer_cb(struct curl_slist **tr, void *data)
|
||||
{
|
||||
/* libcurl will free the list */
|
||||
tr = curl_slist_append(*tr, "My-super-awesome-trailer: trailer-stuff");
|
||||
*tr = curl_slist_append(*tr, "My-super-awesome-trailer: trailer-stuff");
|
||||
return CURL_TRAILERFUNC_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue