Searched refs:fails (Results 1 – 25 of 65) sorted by relevance
123
/curl/tests/unit/ |
H A D | unit1395.c | 49 int fails = 0; variable 90 fails++; 98 fails++; 105 fail_if(fails, "output mismatched");
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_FTP_CREATE_MISSING_DIRS.md | 38 fails to "move" into. 40 For FTP requests, that means a CWD command fails. CWD being the command that 44 a handle to the target-location. The creation fails if a file of the same name 49 retry the CWD command again if the subsequent **MKD** command fails. This is 53 **MKD** fails but trying CWD works.
|
H A D | CURLOPT_FTPSSLAUTH.md | 41 Try "AUTH SSL" first, and only if that fails try "AUTH TLS". 45 Try "AUTH TLS" first, and only if that fails try "AUTH SSL".
|
H A D | CURLOPT_ECH.md | 49 Instructs client to emit a GREASE ECH extension. (The connection fails if ECH 50 is attempted but fails.)
|
H A D | CURLOPT_PROXY_SSL_VERIFYPEER.md | 51 fails to prove that the certificate is authentic, the connection fails. When
|
H A D | CURLOPT_DOH_SSL_VERIFYPEER.md | 55 When CURLOPT_DOH_SSL_VERIFYPEER(3) is enabled, and the verification fails to 56 prove that the certificate is authentic, the connection fails. When the option
|
/curl/docs/cmdline-opts/ |
H A D | ech.md | 34 (The connection fails if ECH is attempted but fails.)
|
H A D | http3.md | 23 if the HTTP/3 connection establishment fails or is slow. HTTP/3 is only 31 versions with a slight delay, so if the HTTP/3 transfer fails or is slow, curl
|
H A D | show-error.md | 19 When used with --silent, it makes curl show an error message if it fails.
|
H A D | ftp-alternative-to-user.md | 20 If authenticating with the USER and PASS commands fails, send this command.
|
H A D | output-dir.md | 25 If the specified target directory does not exist, the operation fails unless
|
H A D | cert-status.md | 23 revoked, or no response at all is received, the verification fails.
|
H A D | fail-with-body.md | 21 greater). In normal cases when an HTTP server fails to deliver a document, it
|
H A D | doh-cert-status.md | 24 revoked, or no response at all is received, the verification fails.
|
H A D | anyauth.md | 28 the need should arise when uploading from stdin, the upload operation fails.
|
/curl/.github/workflows/ |
H A D | codeql-analysis.yml | 60 # If this step fails, then you should remove it and run the build manually (see below) 67 # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
/curl/tests/data/ |
H A D | test738 | 31 # Verify error code with no gateway file (detection fails)
|
H A D | test419 | 24 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -D loggg/save-here/fails
|
H A D | test324 | 22 --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT/want/fails
|
H A D | test2077 | 29 curl --fail --negotiate to unauthenticated service fails
|
H A D | test302 | 33 HTTPS GET over HTTP proxy fails
|
H A D | test124 | 12 we can still send data even if pwd fails!
|
H A D | test564 | 2 # Warning: if this test fails to start the SSH server, check that none of
|
/curl/docs/ |
H A D | KNOWN_BUGS | 17 2.1 IMAPS connection fails with Rustls error 29 3.5 APOP authentication fails on POP3 55 6.11 Negotiate on Windows fails 89 13.2 Trying local ports fails on Windows 123 2.1 IMAPS connection fails with Rustls error 182 3.5 APOP authentication fails on POP3 334 fails to set up Kerberos authentication does not proceed to try 367 6.11 Negotiate on Windows fails 455 when you only have IPv4 connectivity. libcurl fails with 536 13.2 Trying local ports fails on Windows [all …]
|
H A D | mk-ca-bundle.md | 60 Allow insecure data transfer. By default (since 1.27) this command fails if 61 the HTTPS transfer fails. This overrides that decision (and opens for 121 Returns 0 on success. Returns 1 if it fails to download data.
|
Completed in 32 milliseconds
123