mirror of
https://github.com/mirror/wget.git
synced 2026-09-05 22:24:56 +08:00
Revert "* src/init.c (defaults): Set compression_none as the default compression"
This reverts commit 8283ac0846.
This commit is contained in:
2
gnulib
2
gnulib
Submodule gnulib updated: 73b4150cce...c43dfcc0e8
@@ -451,7 +451,7 @@ defaults (void)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBZ
|
||||
opt.compression = compression_none;
|
||||
opt.compression = compression_auto;
|
||||
#endif
|
||||
|
||||
/* The default for file name restriction defaults to the OS type. */
|
||||
|
||||
Reference in New Issue
Block a user