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.md35 *closesocket(3)* call when sockets are closed (not for any other file
42 closed.
H A DCURLOPT_FORBID_REUSE.md17 CURLOPT_FORBID_REUSE - make connection get closed at once after use
H A DCURLOPT_FRESH_CONNECT.md35 connection is closed after use so that it cannot be reused.
H A DCURLOPT_MAXAGE_CONN.md40 cache that is older than this set *age*, it is closed instead.
H A DCURLOPT_MAXCONNECTS.md41 get closed unnecessarily.
H A DCURLOPT_UPKEEP_INTERVAL_MS.md30 can prevent connections from being closed due to overzealous firewalls, for
H A DCURLOPT_FAILONERROR.md42 get closed and *CURLE_HTTP_RETURNED_ERROR* is returned.
H A DCURLOPT_NOSIGNAL.md40 send data to a socket which is closed in the other end. libcurl makes an
H A DCURLOPT_HSTS.md30 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.c232 if(ctx->qconn && !stream->closed) { in h3_data_done()
240 stream->closed = TRUE; in h3_data_done()
442 stream->closed = TRUE; in cf_recv_body()
499 if(!stream->closed) { in h3_process_event()
506 stream->closed = TRUE; in h3_process_event()
520 stream->closed = TRUE; in h3_process_event()
860 if(stream->closed) in cf_quiche_recv()
864 if(stream->closed) { in cf_quiche_recv()
999 stream->closed = FALSE; in h3_open_stream()
1040 else if(stream->closed) { in cf_quiche_send()
[all …]
H A Dcurl_osslq.c218 BIT(closed);
494 bool closed; /* TRUE on stream close */ member
570 stream->closed = TRUE; in h3_data_done()
655 stream->closed = TRUE; in cb_h3_stream_close()
1229 if(s->closed) in cf_osslq_stream_recv()
1284 s->closed = TRUE; in cf_osslq_stream_recv()
1295 s->closed = TRUE; in cf_osslq_stream_recv()
1357 if(stream && !stream->closed && in cf_progress_ingress()
1885 else if(stream->closed) { in cf_osslq_send()
2027 if(stream->closed) { in cf_osslq_recv()
[all …]
H A Dcurl_msh3.c153 bool closed; member
456 stream->closed = TRUE; in msh3_complete()
536 if(stream && stream->req && !stream->closed) { in set_quic_expire()
576 if(stream->closed) in cf_msh3_recv()
579 else if(stream->closed) { in cf_msh3_recv()
/curl/docs/libcurl/
H A Dcurl_multi_cleanup.md31 individual easy handles in any way - they still need to be closed
H A Dcurl_easy_upkeep.md30 can prevent connections from being closed due to overzealous firewalls, for
H A Dcurl_ws_recv.md71 closed.
H A Dcurl_easy_cleanup.md50 before it is closed.
/curl/lib/
H A Dcf-h2-proxy.c79 BIT(closed);
223 if(!tunnel->closed && !tunnel->reset && tunnel->upload_blocked_len) in drain_tunnel()
490 !ctx->tunnel.closed && /* nor the tunnel */ in proxy_h2_progress_ingress()
837 if(ts->closed && Curl_bufq_is_empty(&ts->sendbuf)) in tunnel_send_callback()
887 ctx->tunnel.closed = TRUE; in proxy_h2_on_stream_close()
1081 if(result || ctx->tunnel.closed) in H2_CONNECT()
1257 if(ctx->tunnel.closed) { in tunnel_recv()
1352 if(ctx->tunnel.closed) { in cf_h2_proxy_send()
1450 if(ctx->tunnel.closed) { in cf_h2_proxy_send()
H A Dhttp2.c200 BIT(closed); /* TRUE on stream close */
228 stream->closed = FALSE; in h2_stream_ctx_create()
329 if(!stream->closed && stream->id > 0) { in http2_data_done()
333 stream->closed = TRUE; in http2_data_done()
1092 stream->closed = TRUE; in on_stream_frame()
1355 stream->closed = TRUE; in on_stream_close()
1875 else if(stream->closed) { in stream_recv()
2009 if(stream->closed) { in cf_h2_recv()
2219 else if(stream->closed) { in cf_h2_send()
2270 if(stream && stream->closed && !was_blocked) { in cf_h2_send()
[all …]
/curl/.github/workflows/
H A Dhacktoberfest-accepted.yml21 # till November 1st which are closed via commit reference from master branch.

Completed in 55 milliseconds

12