diff options
-rw-r--r-- | net/lwip/wget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lwip/wget.c b/net/lwip/wget.c index 26086edd192..e85d57bc1dd 100644 --- a/net/lwip/wget.c +++ b/net/lwip/wget.c @@ -15,7 +15,7 @@ #include <time.h> #include <dm/uclass.h> -#define SERVER_NAME_SIZE 200 +#define SERVER_NAME_SIZE 254 #define HTTP_PORT_DEFAULT 80 #define HTTPS_PORT_DEFAULT 443 #define PROGRESS_PRINT_STEP_BYTES (100 * 1024) |