summaryrefslogtreecommitdiff
path: root/tests/data/test1426
Commit message (Collapse)AuthorAgeFilesLines
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-0/+0
... 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