Skip to content

Commit 0fcdc44

Browse files
committed
HttpRequest setTimeout no override
1 parent 7ee1855 commit 0fcdc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioHttp/HttpRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class HttpRequest : public BaseStream {
335335
}
336336

337337
/// Defines the client timeout in ms
338-
void setTimeout(size_t timeoutMs) override { clientTimeout = timeoutMs; }
338+
void setTimeout(size_t timeoutMs) { clientTimeout = timeoutMs; }
339339

340340
/// we are sending the data chunked
341341
bool isChunked() { return request_header.isChunked(); }

0 commit comments

Comments
 (0)