Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 36) sorted by relevance

12

/curl/tests/data/
H A Dtest20741 HTTP GET with chunked Transfer-Encoding closed prematurely
59 # curl: (18) transfer closed with outstanding read data remaining
H A Dtest230439 WebSockets curl_ws_recv() with closed connection
65 # This test used to check that "connection closed" was output, but
H A Dtest107949 HTTP retry after closed connection and empty response
/curl/.github/
H A Dstale.yml7 # Number of days of inactivity before a stale issue is closed
18 recent activity. It will be closed if no further activity occurs. Thank you
H A Dlock.yml7 # Number of days of inactivity before a closed issue or pull request is locked
/curl/docs/libcurl/opts/
H A DCURLOPT_CLOSESOCKETFUNCTION.md36 *closesocket(3)* call when sockets are closed (not for any other file
43 closed.
H A DCURLOPT_FORBID_REUSE.md18 CURLOPT_FORBID_REUSE - make connection get closed at once after use
H A DCURLOPT_FRESH_CONNECT.md36 connection is closed after use so that it cannot be reused.
H A DCURLOPT_MAXAGE_CONN.md41 cache that is older than this set *age*, it is closed instead.
H A DCURLOPT_MAXCONNECTS.md42 closed unnecessarily.
H A DCURLOPT_FAILONERROR.md43 get closed and *CURLE_HTTP_RETURNED_ERROR* is returned.
H A DCURLOPT_UPKEEP_INTERVAL_MS.md31 can prevent connections from being closed due to overzealous firewalls, for
H A DCURLOPT_NOSIGNAL.md41 send data to a socket which is closed in the other end. libcurl makes an
H A DCURLOPT_HSTS.md31 from, and to store the cache in when the easy handle is closed. Setting a file
/curl/docs/cmdline-opts/
H A Djunk-session-cookies.md22 started. Typical browsers discard session cookies when they are closed down.
/curl/lib/vquic/
H A Dcurl_quiche.c254 if(ctx->qconn && !stream->closed) { in h3_data_done()
262 stream->closed = TRUE; in h3_data_done()
466 stream->closed = TRUE; in cf_recv_body()
523 if(!stream->closed) { in h3_process_event()
530 stream->closed = TRUE; in h3_process_event()
544 stream->closed = TRUE; in h3_process_event()
884 if(stream->closed) in cf_quiche_recv()
888 if(stream->closed) { in cf_quiche_recv()
1058 stream->closed = FALSE; in h3_open_stream()
1116 else if(stream->closed) { in cf_quiche_send()
[all …]
H A Dcurl_osslq.c218 BIT(closed);
585 bool closed; /* TRUE on stream close */ member
659 stream->closed = TRUE; in h3_data_done()
745 stream->closed = TRUE; in cb_h3_stream_close()
1316 if(s->closed) in cf_osslq_stream_recv()
1372 s->closed = TRUE; in cf_osslq_stream_recv()
1383 s->closed = TRUE; in cf_osslq_stream_recv()
1446 if(stream && !stream->closed && in cf_progress_ingress()
1956 else if(stream->closed) { in cf_osslq_send()
2086 if(stream->closed) { in cf_osslq_recv()
[all …]
H A Dcurl_msh3.c175 bool closed; member
478 stream->closed = TRUE; in msh3_complete()
558 if(stream && stream->req && !stream->closed) { in set_quic_expire()
598 if(stream->closed) in cf_msh3_recv()
601 else if(stream->closed) { in cf_msh3_recv()
/curl/lib/
H A Dhttp2.c246 stream->closed = FALSE; in h2_stream_ctx_create()
360 if(!stream->closed && in drain_stream()
417 stream->closed = TRUE; in http2_data_done()
1168 stream->closed = TRUE; in on_stream_frame()
1201 stream->closed = TRUE; in on_stream_frame()
1449 stream->closed = TRUE; in on_stream_close()
1941 else if(stream->closed) { in stream_recv()
2077 if(stream->closed) { in cf_h2_recv()
2119 if(stream->closed) { in cf_h2_body_send()
2325 if(stream && stream->closed) { in cf_h2_send()
[all …]
H A Dcf-h2-proxy.c78 BIT(closed);
225 if(!tunnel->closed && !tunnel->reset && in drain_tunnel()
495 !ctx->tunnel.closed && /* nor the tunnel */ in proxy_h2_progress_ingress()
840 if(ts->closed && Curl_bufq_is_empty(&ts->sendbuf)) in tunnel_send_callback()
890 ctx->tunnel.closed = TRUE; in proxy_h2_on_stream_close()
1084 if((result && (result != CURLE_AGAIN)) || ctx->tunnel.closed) in H2_CONNECT()
1328 if(ctx->tunnel.closed) { in tunnel_recv()
1416 if(ctx->tunnel.closed) { in cf_h2_proxy_send()
1456 if(ctx->tunnel.closed) { in cf_h2_proxy_send()
/curl/docs/libcurl/
H A Dcurl_multi_cleanup.md33 any way - they still need to be closed individually, using the usual
H A Dcurl_easy_upkeep.md31 can prevent connections from being closed due to overzealous firewalls, for
H A Dcurl_easy_cleanup.md51 before it is closed.
H A Dcurl_ws_recv.md74 closed.
/curl/.github/workflows/
H A Dhacktoberfest-accepted.yml21 # till November 1st which are closed via commit reference from master branch.

Completed in 41 milliseconds

12