File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/AudioTools/CoreAudio/AudioHttp Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ namespace audio_tools {
14
14
* provided via a callback method.
15
15
*
16
16
* This is basically just a URLStream with the metadata turned on.
17
+ *
18
+ * If you run into performance issues, check if the data is provided chunked.
19
+ * In this chase you can check if setting the protocol to "HTTP/1.0" improves
20
+ * the situation.
21
+ *
17
22
* @ingroup http
18
23
* @author Phil Schatzmann
19
24
* @copyright GPLv3
Original file line number Diff line number Diff line change 17
17
namespace audio_tools {
18
18
19
19
/* *
20
- * @brief Represents the content of a URL as Stream. We use the WiFi.h API
20
+ * @brief Represents the content of a URL as Stream. We use the WiFi.h API.
21
+ * If you run into performance issues, check if the data is provided chunked.
22
+ * In this chase you can check if setting the protocol to "HTTP/1.0" improves
23
+ * the situation.
21
24
* @author Phil Schatzmann
22
25
* @ingroup http
23
26
* @copyright GPLv3
You can’t perform that action at this time.
0 commit comments