http2: initial implementation of the push callback

This commit is contained in:
Daniel Stenberg
2015-06-01 11:45:52 +02:00
parent 70191958b5
commit ea7134ac87
6 changed files with 92 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ struct curl_headerpair *curl_pushheader_byname(push_headers, char *name);
int curl_push_callback(CURL *parent,
CURL *easy,
int num_headers,
size_t num_headers,
struct curl_pushheaders *headers,
void *userp);