samples: net: http_get: restore original google.com hostname
This sample is expected to hit google.com so that the reply (a redirect) is minimal and can easily be visualized. This is also what sample.yaml expects to see (checks for "The document has moved"). Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
8b987d9e02
commit
c49f220ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#endif
|
||||
|
||||
/* HTTP server to connect to */
|
||||
#define HTTP_HOST "www.google.com"
|
||||
#define HTTP_HOST "google.com"
|
||||
/* Port to connect to, as string */
|
||||
#if defined(CONFIG_NET_SOCKETS_SOCKOPT_TLS)
|
||||
#define HTTP_PORT "443"
|
||||
|
|
|
|||
Loading…
Reference in a new issue