| commit | a1850ad7debe33fded6367e34d5c06be4d51f58e | [log] [tgz] |
|---|---|---|
| author | Stefan Eissing <stefan@eissing.org> | Wed Feb 19 16:49:31 2025 +0100 |
| committer | Daniel Stenberg <daniel@haxx.se> | Thu Feb 20 11:13:51 2025 +0100 |
| tree | cf06b812d1c91f6deb41226d79ce4f984f7a854a | |
| parent | 654f8cb5f353905c6eb5b2a6ef7e5beafa7d0634 [diff] |
cfilter: remove 'blocking' connect handling Remove `blocking` argument from cfilter's connect method. Implement blocking behaviour in Curl_conn_connect() instead for all filter chains. Update filters implementations. Several of which did never use the paramter (QUIC for example). Simplifies connect handling in TLS filters that no longer need to loop Fixed a blocking connect call in FTP when waiting on a socket accept() which only worked because the filter did not implement it. Closes #16397
curl is a command-line tool for transferring data specified with URL syntax. Learn how to use curl by reading the manpage or everything curl.
Find out how to install curl by reading the INSTALL document.
libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl manpage to learn how.
curl is Open Source and is distributed under an MIT-like license.
Contact us on a suitable mailing list or use GitHub issues/ pull requests/ discussions.
All contributors to the project are listed in the THANKS document.
For commercial support, maybe private and dedicated help with your problems or applications using (lib)curl visit the support page.
Visit the curl website for the latest news and downloads.
Download the latest source from the Git server:
git clone https://github.com/curl/curl.git
Report suspected security problems via our HackerOne page and not in public.
curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.
Thank you to all our backers 🙏 Become a backer.
Support this project by becoming a sponsor.