mirror of
https://github.com/curl/curl.git
synced 2026-07-22 21:27:15 +03:00
parent
70999e6034
commit
2754a89362
1 changed files with 1 additions and 1 deletions
|
|
@ -1835,7 +1835,7 @@ static CURLcode ng_flush_egress(struct connectdata *conn, int sockfd,
|
|||
}
|
||||
continue;
|
||||
}
|
||||
else if(outlen == NGTCP2_ERR_WRITE_STREAM_MORE) {
|
||||
else if(outlen == NGTCP2_ERR_WRITE_MORE) {
|
||||
assert(ndatalen > 0);
|
||||
rv = nghttp3_conn_add_write_offset(qs->h3conn, stream_id,
|
||||
ndatalen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue