mirror of
https://github.com/mirror/wget.git
synced 2025-01-30 22:30:13 +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
|
||||
|
||||
#ifdef HAVE_LIBZ
|
||||
opt.compression = compression_none;
|
||||
opt.compression = compression_auto;
|
||||
#endif
|
||||
|
||||
/* The default for file name restriction defaults to the OS type. */
|
||||
|
Loading…
Reference in New Issue
Block a user