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 c039c5c commit 60cdb96Copy full SHA for 60cdb96
src/AudioTools/CoreAudio/AudioHttp/AudioServer.h
@@ -221,7 +221,7 @@ class AudioServerT {
221
222
// HTTP headers always start with a response code (e.g. HTTP/1.1 200 OK)
223
// and a content-type so the client knows what's coming, then a blank line:
224
- char *response;
+ const char *response;
225
if (max_bytes > 0) {
226
response = "HTTP/1.1 206 OK";
227
} else {
0 commit comments