mirror of
https://github.com/curl/curl.git
synced 2026-07-25 16:27:16 +03:00
parent
32d64b2e87
commit
0a5d28fa2e
5 changed files with 153 additions and 19 deletions
|
|
@ -942,7 +942,9 @@ CURLcode Curl_done_sending(struct connectdata *conn,
|
|||
{
|
||||
k->keepon &= ~KEEP_SEND; /* we're done writing */
|
||||
|
||||
/* These functions should be moved into the handler struct! */
|
||||
Curl_http2_done_sending(conn);
|
||||
Curl_quic_done_sending(conn);
|
||||
|
||||
if(conn->bits.rewindaftersend) {
|
||||
CURLcode result = Curl_readrewind(conn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue