mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
curl: add long option '--out-null'
Add a new commandline option --out-null that discards all response bytes into the void. Replaces non-portable use of '-o /dev/null' with more efficiency. Feature added in 8.16.0 Closes #17800
This commit is contained in:
parent
0e49234128
commit
6845533e24
13 changed files with 137 additions and 6 deletions
|
|
@ -167,6 +167,7 @@ typedef enum {
|
|||
C_NTLM,
|
||||
C_NTLM_WB,
|
||||
C_OAUTH2_BEARER,
|
||||
C_OUT_NULL,
|
||||
C_OUTPUT,
|
||||
C_OUTPUT_DIR,
|
||||
C_PARALLEL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue