nvm/test
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
..
fast [Refactor] Add nvm_has_non_aliased 2017-03-20 16:57:26 +08:00
install_script [Fix] NVM_PROFILE bash/zsh detection in installation 2017-03-15 14:34:28 +08:00
installation_iojs [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
installation_node [Fix] set -e: nvm install lts/something: call nvm_ensure_default_set with the proper value. 2017-02-11 23:19:29 -08:00
mocks Fix nvm on SmartOS setups using 64 bits pkgsrc repository 2016-07-29 14:08:31 -07:00
slow [New] Enable curl auto compression/decompression 2017-03-23 16:51:20 +08:00
sourcing [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
common.sh Use watch to keepalive stdout while installing. 2016-09-02 23:43:47 -07:00