examples: fix https_request request content

Same as 727d884, but for https_request example
This commit is contained in:
Ivan Grokhotkov 2017-04-11 18:37:16 +08:00
parent 1dc3ae6e4e
commit 6b94c32cd6

View File

@ -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