diff --git a/_u_r_l_stream_8h_source.html b/_u_r_l_stream_8h_source.html
index 4602b1250..da11c2e2c 100644
--- a/_u_r_l_stream_8h_source.html
+++ b/_u_r_l_stream_8h_source.html
@@ -373,104 +373,106 @@
325 if (clientSecure !=
nullptr) {
326 clientSecure->setHandshakeTimeout(handshakeTimeout);
-
-
- 330 if (!is_power_save) {
- 331 esp_wifi_set_ps(WIFI_PS_NONE);
-
-
-
-
-
- 338 template <
typename T>
- 339 int process(MethodID action,
Url& url,
const char* reqMime, T reqData,
-
-
-
- 343 const char* icy = request.header().get(
"Icy-MetaData");
-
- 345 int status_code = request.process(action, url, reqMime, reqData, len);
-
- 347 while (request.reply().isRedirectStatus()) {
- 348 const char* redirect_url = request.reply().get(LOCATION);
- 349 if (redirect_url !=
nullptr) {
- 350 LOGW(
"Redirected to: %s", redirect_url);
- 351 url.setUrl(redirect_url);
-
-
- 354 request.setClient(*p_client);
-
- 356 request.header().put(
"Icy-MetaData", icy);
-
- 358 status_code = request.process(action, url, reqMime, reqData, len);
-
- 360 LOGE(
"Location is null");
-
-
-
-
-
-
-
- 369 #ifdef USE_WIFI_CLIENT_SECURE
-
- 371 if (clientSecure ==
nullptr) {
- 372 clientSecure =
new WiFiClientSecure();
- 373 clientSecure->setInsecure();
-
- 375 LOGI(
"WiFiClientSecure");
- 376 return *clientSecure;
-
-
-
- 380 if (clientInsecure ==
nullptr) {
- 381 clientInsecure =
new WiFiClient();
-
-
- 384 return *clientInsecure;
-
- 386 if (client ==
nullptr){
- 387 LOGE(
"Client not set");
-
-
-
-
-
-
- 394 inline void fillBuffer() {
-
-
- 397 read_size = readBytes(&read_buffer[0], read_buffer_size);
-
-
-
-
- 402 inline bool isEOS() {
return read_pos >= read_size; }
+
+
+
+
+ 332 if (!is_power_save) {
+ 333 esp_wifi_set_ps(WIFI_PS_NONE);
+
+
+
+
+
+ 340 template <
typename T>
+ 341 int process(MethodID action,
Url& url,
const char* reqMime, T reqData,
+
+
+
+ 345 const char* icy = request.header().get(
"Icy-MetaData");
+
+ 347 int status_code = request.process(action, url, reqMime, reqData, len);
+
+ 349 while (request.reply().isRedirectStatus()) {
+ 350 const char* redirect_url = request.reply().get(LOCATION);
+ 351 if (redirect_url !=
nullptr) {
+ 352 LOGW(
"Redirected to: %s", redirect_url);
+ 353 url.setUrl(redirect_url);
+
+
+ 356 request.setClient(*p_client);
+
+ 358 request.header().put(
"Icy-MetaData", icy);
+
+ 360 status_code = request.process(action, url, reqMime, reqData, len);
+
+ 362 LOGE(
"Location is null");
+
+
+
+
+
+
+
+ 371 #ifdef USE_WIFI_CLIENT_SECURE
+
+ 373 if (clientSecure ==
nullptr) {
+ 374 clientSecure =
new WiFiClientSecure();
+ 375 clientSecure->setInsecure();
+
+ 377 LOGI(
"WiFiClientSecure");
+ 378 return *clientSecure;
+
+
+
+ 382 if (clientInsecure ==
nullptr) {
+ 383 clientInsecure =
new WiFiClient();
+
+
+ 386 return *clientInsecure;
+
+ 388 if (client ==
nullptr){
+ 389 LOGE(
"Client not set");
+
+
+
+
+
+
+ 396 inline void fillBuffer() {
+
+
+ 399 read_size = readBytes(&read_buffer[0], read_buffer_size);
+
+
+
-
-
- 406 if (network !=
nullptr && password !=
nullptr &&
- 407 WiFi.status() != WL_CONNECTED) {
-
- 409 WiFi.begin(network, password);
- 410 while (WiFi.status() != WL_CONNECTED) {
-
-
-
-
-
- 416 return WiFi.status() == WL_CONNECTED;
-
- 418 return WiFi.status() == WL_CONNECTED;
-
-
-
-
-
-
-
+ 404 inline bool isEOS() {
return read_pos >= read_size; }
+
+
+
+ 408 if (network !=
nullptr && password !=
nullptr &&
+ 409 WiFi.status() != WL_CONNECTED) {
+
+ 411 WiFi.begin(network, password);
+ 412 while (WiFi.status() != WL_CONNECTED) {
+
+
+
+
+
+ 418 return WiFi.status() == WL_CONNECTED;
+
+ 420 return WiFi.status() == WL_CONNECTED;
+
+
+
+
+
-
+
+
+
@@ -487,8 +489,8 @@
-
-
+
+