today I wanted curl to auto-gunzip a gzipped response. Before I try and implement it myself, is there a reason why it doesn't have that feature already?
... but is there a point to not just assume that's what the user wants IF AND ONLY IF the user is on a tty? There is already a warning before spamming the terminal with binary, so I figured if the response headers described some coding and curl knew how to decode it and the user is on a text terminal, then.....
Jens Christian
in reply to daniel:// stenberg:// • • •daniel:// stenberg://
in reply to Jens Christian • • •Jens Christian
in reply to daniel:// stenberg:// • • •I believe I do, thanks!
... but is there a point to not just assume that's what the user wants IF AND ONLY IF the user is on a tty? There is already a warning before spamming the terminal with binary, so I figured if the response headers described some coding and curl knew how to decode it and the user is on a text terminal, then.....