We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee1855 commit 0fcdc44Copy full SHA for 0fcdc44
src/AudioTools/CoreAudio/AudioHttp/HttpRequest.h
@@ -335,7 +335,7 @@ class HttpRequest : public BaseStream {
335
}
336
337
/// Defines the client timeout in ms
338
- void setTimeout(size_t timeoutMs) override { clientTimeout = timeoutMs; }
+ void setTimeout(size_t timeoutMs) { clientTimeout = timeoutMs; }
339
340
/// we are sending the data chunked
341
bool isChunked() { return request_header.isChunked(); }
0 commit comments