This resolves failures like

    wget: server returned error: HTTP/1.1 307 Temporary Redirect

Signed-off-by: Jeremy Lin <jeremy....@gmail.com>
---
 networking/wget.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/networking/wget.c b/networking/wget.c
index 3edc5f870..6a9604421 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -1346,6 +1346,8 @@ However, in real world it was observed that some web 
servers
                case 301:
                case 302:
                case 303:
+               case 307:
+               case 308:
                        break;
 
                case 206: /* Partial Content */
-- 
2.25.1

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to