mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:07:17 +03:00
parent
b82d879817
commit
458c4b1df7
1 changed files with 1 additions and 0 deletions
|
|
@ -879,6 +879,7 @@ static int ng_getsock(struct Curl_easy *data, struct connectdata *conn,
|
|||
/* we're still uploading or the HTTP/2 layer wants to send data */
|
||||
if((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND &&
|
||||
(!stream->h3out || stream->h3out->used < H3_SEND_SIZE) &&
|
||||
ngtcp2_conn_get_cwnd_left(qs->qconn) &&
|
||||
ngtcp2_conn_get_max_data_left(qs->qconn) &&
|
||||
nghttp3_conn_is_stream_writable(qs->h3conn, stream->stream3_id))
|
||||
bitmap |= GETSOCK_WRITESOCK(FIRSTSOCKET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue