mirror of
https://github.com/curl/curl.git
synced 2026-05-19 11:06:20 +03:00
parent
fe1d00e71b
commit
136ab928c8
1 changed files with 1 additions and 1 deletions
|
|
@ -204,8 +204,8 @@ static int write_client_handshake(struct quicsocket *qs,
|
|||
rv = ngtcp2_conn_submit_crypto_data(qs->qconn, level, data, len);
|
||||
if(rv) {
|
||||
H3BUGF(fprintf(stderr, "write_client_handshake failed\n"));
|
||||
return 0;
|
||||
}
|
||||
assert(0 == rv);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue