mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
parent
75955c0851
commit
0afb52a0cd
16 changed files with 182 additions and 168 deletions
|
|
@ -716,7 +716,7 @@ static CURLcode http2_send_ping(struct Curl_cfilter *cf,
|
|||
if(rc) {
|
||||
failf(data, "nghttp2_submit_ping() failed: %s(%d)",
|
||||
nghttp2_strerror(rc), rc);
|
||||
return CURLE_HTTP2;
|
||||
return CURLE_HTTP2;
|
||||
}
|
||||
|
||||
rc = nghttp2_session_send(ctx->h2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue