From 5385450afd61328e7d24b50eeffc2b1571cd9e2f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Jun 2017 11:30:36 +0200 Subject: curl: prevent binary output spewed to terminal ... unless "--output -" is used. Binary detection is done by simply checking for a binary zero in early data. Added test 1425 1426 to verify. Closes #1512 --- docs/TODO | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') diff --git a/docs/TODO b/docs/TODO index 3e3ea1684..099929b36 100644 --- a/docs/TODO +++ b/docs/TODO @@ -140,7 +140,6 @@ 18.4 simultaneous parallel transfers 18.5 provide formpost headers 18.6 warning when setting an option - 18.7 warning when sending binary output to terminal 18.8 offer color-coded HTTP header output 18.9 Choose the name of file in braces for complex URLs 18.10 improve how curl works in a windows console window @@ -933,11 +932,6 @@ that doesn't exist on the server, just like --ftp-create-dirs. This can be useful to tell when support for a particular feature hasn't been compiled into the library. -18.7 warning when sending binary output to terminal - - Provide a way that prompts the user for confirmation before binary data is - sent to the terminal, much in the style 'less' does it. - 18.8 offer color-coded HTTP header output By offering different color output on the header name and the header -- cgit v1.2.3