diff options
-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 88bb09eb2..4521abfcf 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -737,6 +737,8 @@ int wget_main(int argc UNUSED_PARAM, char **argv) | |||
737 | fprintf(sfp, /* "Connection: close\r\n" */ "\r\n"); | 737 | fprintf(sfp, /* "Connection: close\r\n" */ "\r\n"); |
738 | } | 738 | } |
739 | 739 | ||
740 | fflush(sfp); | ||
741 | |||
740 | /* | 742 | /* |
741 | * Retrieve HTTP response line and check for "200" status code. | 743 | * Retrieve HTTP response line and check for "200" status code. |
742 | */ | 744 | */ |