mirror of
https://github.com/mirror/wget.git
synced 2025-02-22 09:45:44 +08:00
Revert "* src/init.c (defaults): Set compression_none as the default compression"
This reverts commit 8283ac0846
.
This commit is contained in:
parent
8283ac0846
commit
0d0a95a01b
2
gnulib
2
gnulib
@ -1 +1 @@
|
|||||||
Subproject commit 73b4150cce3060d6100f50c949bb0b2980e71821
|
Subproject commit c43dfcc0e838cc968dbc93036bcd603bb63eede5
|
@ -451,7 +451,7 @@ defaults (void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
opt.compression = compression_none;
|
opt.compression = compression_auto;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The default for file name restriction defaults to the OS type. */
|
/* The default for file name restriction defaults to the OS type. */
|
||||||
|
Loading…
Reference in New Issue
Block a user