Procházet zdrojové kódy

examples: fix https_request request content

Same as 727d884, but for https_request example
Ivan Grokhotkov před 8 roky
rodič
revize
6b94c32cd6

+ 4 - 4
examples/protocols/https_request/main/https_request_example_main.c

@@ -71,10 +71,10 @@ const int CONNECTED_BIT = BIT0;
 
 static const char *TAG = "example";
 
-static const char *REQUEST = "GET " WEB_URL " HTTP/1.1\n"
-    "Host: "WEB_SERVER"\n"
-    "User-Agent: esp-idf/1.0 esp32\n"
-    "\n";
+static const char *REQUEST = "GET " WEB_URL " HTTP/1.0\r\n"
+    "Host: "WEB_SERVER"\r\n"
+    "User-Agent: esp-idf/1.0 esp32\r\n"
+    "\r\n";
 
 /* Root cert for howsmyssl.com, taken from server_root_cert.pem