Archiv > Development
Busybox 1.18
clausmuus:
Hi Findulas,
der Fehler ist schon der Beschriebene, jedoch trifft die beschriebene Lösung bei uns nicht zu, da die Option bereits disabled ist. Auch das aktivieren der Option (was ich vorhin bereits testweise gemacht hatte) bringt keine
Findulas:
Könnte man nicht diesen diff
diff --git a/networking/wget.c b/networking/wget.c
index 88bb09e..4521abf 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -737,6 +737,8 @@ int wget_main(int argc UNUSED_PARAM, char **argv)
fprintf(sfp, /* "Connection: closern" */ "rn");
}
+ fflush(sfp);
+
/*
* Retrieve HTTP response line and check for "200" status code.
*/
Testweise wieder rückgängig machen? Der soll zwar auch Probleme beheben, jedoch scheinen wir die nicht zu haben.
Grüße,
Bernd aka Findulas
Findulas:
Achja und der hier.
diff --git a/networking/Config.src b/networking/Config.src
index 1d9a33f..9fc122b 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -1013,8 +1013,8 @@ config FEATURE_WGET_LONG_OPTIONS
Support long options for the wget applet.
config FEATURE_WGET_TIMEOUT
- bool "Enable timeout options"
- default n
+ bool "Enable read timeout option -T SEC"
+ default y
depends on WGET
help
Supports network read timeout for wget, so that wget will give
Hier ist auch die default-
clausmuus:
Testen kann ich's ja mal, kommt aber später...
Claus
MarMic:
sehe grade die 1.18.2? hat die nen schon nen bugfix (bzw konntest du eine besserung feststellen)? oder haste es einfach rausgepatcht?
greetz
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version