diff options
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/wget.c b/networking/wget.c index 3edc5f8..6a96044 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 */ |