mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
parent
24badd29f5
commit
49145249be
55 changed files with 128 additions and 129 deletions
|
|
@ -97,8 +97,8 @@ static int server_push_callback(CURL *parent,
|
|||
{
|
||||
char *headp;
|
||||
int *transfers = (int *)userp;
|
||||
(void)parent; /* we have no use for this */
|
||||
(void)num_headers; /* unused */
|
||||
(void)parent;
|
||||
(void)num_headers;
|
||||
|
||||
if(pushindex == MAX_FILES)
|
||||
/* cannot fit anymore */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue