diff options
author | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
commit | 895a1533781ca4713ef92113ab6ac5f2584ddd9d (patch) | |
tree | 49c8602e9cd733e6f6c105e94e614b8236677853 /networking/wget.c | |
parent | 535ec990c50206697852d5c25e94a959f24d86bc (diff) | |
parent | 072fc60f29ee3a4ff38f095a9ef149b2e820c8c0 (diff) | |
download | busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.gz busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.bz2 busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c index 42bfbb206..e09bd2368 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -1062,7 +1062,6 @@ However, in real world it was observed that some web servers | |||
1062 | 1062 | ||
1063 | /* For HTTP, data is pumped over the same connection */ | 1063 | /* For HTTP, data is pumped over the same connection */ |
1064 | dfp = sfp; | 1064 | dfp = sfp; |
1065 | |||
1066 | } else { | 1065 | } else { |
1067 | /* | 1066 | /* |
1068 | * FTP session | 1067 | * FTP session |