The Linux "copy problem"
The Linux "copy problem"
Posted Jun 2, 2019 10:27 UTC (Sun) by desbma (guest, #118820)In reply to: The Linux "copy problem" by scientes
Parent article: The Linux "copy problem"
My browser (and curl) both disagree with you:
curl -v --compressed 'https://lwn.net/' > /dev/null 2>&1 | grep gzip
> Accept-Encoding: deflate, gzip
< Content-Encoding: gzip
curl -v --compressed 'https://lwn.net/' > /dev/null 2>&1 | grep gzip
> Accept-Encoding: deflate, gzip
< Content-Encoding: gzip
