diff --git a/_http_request_8h_source.html b/_http_request_8h_source.html
index 31588ccbc..77d83c610 100644
--- a/_http_request_8h_source.html
+++ b/_http_request_8h_source.html
@@ -345,64 +345,66 @@
-
-
- 308 LOGI(
"Request written ... waiting for reply");
-
-
- 311 reply_header.
read(*client_ptr);
-
-
- 314 if (reply_header.isChunked()) {
- 315 chunk_reader.open(*client_ptr);
-
-
-
-
- 320 return reply_header.statusCode();
-
-
-
-
- 326 http_connect_callback = callback;
-
-
- 330 void setTimeout(
int timeoutMs) { clientTimeout = timeoutMs; }
-
-
-
-
- 336 Client *client_ptr =
nullptr;
-
-
-
-
- 341 const char *agent =
nullptr;
- 342 const char *host_name =
nullptr;
- 343 const char *connection = CON_KEEP_ALIVE;
- 344 const char *accept = ACCEPT_ALL;
- 345 const char *accept_encoding = IDENTITY;
- 346 bool is_ready =
false;
- 347 int32_t clientTimeout = URL_CLIENT_TIMEOUT;
-
-
- 350 bool is_chunked_output_active =
false;
-
-
- 353 virtual int connect(
const char *ip, uint16_t port, int32_t timeout) {
-
- 355 client_ptr->setTimeout(timeout / 1000);
-
-
- 358 int is_connected = this->client_ptr->connect(ip, port);
- 359 LOGI(
"is connected %s with timeout %d", is_connected ?
"true" :
"false", (
int)timeout);
-
-
-
-
-
+ 306 if (is_chunked_output_active) client_ptr->println(0, HEX);
+ 307 client_ptr->println();
+ 308 is_chunked_output_active =
false;
+
+ 310 LOGI(
"Request written ... waiting for reply");
+
+
+ 313 reply_header.
read(*client_ptr);
+
+
+ 316 if (reply_header.isChunked()) {
+ 317 chunk_reader.open(*client_ptr);
+
+
+
+
+ 322 return reply_header.statusCode();
+
+
+
+
+ 328 http_connect_callback = callback;
+
+
+ 332 void setTimeout(
int timeoutMs) { clientTimeout = timeoutMs; }
+
+
+
+
+ 338 Client *client_ptr =
nullptr;
+
+
+
+
+ 343 const char *agent =
nullptr;
+ 344 const char *host_name =
nullptr;
+ 345 const char *connection = CON_KEEP_ALIVE;
+ 346 const char *accept = ACCEPT_ALL;
+ 347 const char *accept_encoding = IDENTITY;
+ 348 bool is_ready =
false;
+ 349 int32_t clientTimeout = URL_CLIENT_TIMEOUT;
+
+
+ 352 bool is_chunked_output_active =
false;
+
+
+ 355 virtual int connect(
const char *ip, uint16_t port, int32_t timeout) {
+
+ 357 client_ptr->setTimeout(timeout / 1000);
+
+
+ 360 int is_connected = this->client_ptr->connect(ip, port);
+ 361 LOGI(
"is connected %s with timeout %d", is_connected ?
"true" :
"false", (
int)timeout);
+
+
+
-
+
+
+
@@ -413,8 +415,8 @@
-
-
+
+
@@ -428,7 +430,7 @@
-
+
diff --git a/_u_r_l_stream_8h_source.html b/_u_r_l_stream_8h_source.html
index 587919493..2d698f5ce 100644
--- a/_u_r_l_stream_8h_source.html
+++ b/_u_r_l_stream_8h_source.html
@@ -478,7 +478,7 @@
-
+