mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:53:36 +03:00
parent
0768604196
commit
8e85764b7b
26 changed files with 175 additions and 351 deletions
|
|
@ -2465,7 +2465,8 @@ out:
|
|||
return result;
|
||||
}
|
||||
|
||||
bool Curl_cf_is_http2(struct Curl_cfilter *cf, const struct Curl_easy *data)
|
||||
static bool Curl_cf_is_http2(struct Curl_cfilter *cf,
|
||||
const struct Curl_easy *data)
|
||||
{
|
||||
(void)data;
|
||||
for(; cf; cf = cf->next) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue