nvm/test/slow
Peter Dave Hello 6a3b1dd2c3 [New] Enable curl auto compression/decompression
Enable `--compressed` parameter on curl to automatically enable
compression on request content by sending coressponding header, if the
server side supports compression format like deflate or gzip, curl will
also decompress the content automatically, so there is no additional
works need to done manually on client side, but just enjoy the benifits
of bandwidth and time saving!

Take https://nodejs.org/dist/index.tab as an example which is last
modified on Tue, 14 Mar 2017 22:41:05 GMT, the compressed transmission
only take 4829 bytes howevet the not compressed on taks 48000 bytes,
which is about 10 times larger!

This feature can be traced back to Sep 3 2002, in curl commit:
 - 64bbe9dfaf

So should be supported on various versions widely.
2017-03-23 16:51:20 +08:00
..
nvm exec [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
nvm reinstall-packages [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
nvm run [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
nvm uninstall [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
nvm use [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
nvm_get_latest [New] Enable curl auto compression/decompression 2017-03-23 16:51:20 +08:00
node 0.6.21 should install 0.6.21-pre [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
Running "nvm current" should display current nvm environment. [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00