Skip to content

Commit

Permalink
HttpRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 20, 2024
1 parent c67764d commit ef3a8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioTools/CoreAudio/AudioHttp/HttpRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class HttpRequest : public BaseStream {
}
}

virtual void stop() override {
virtual void stop() {
end();
}

Expand Down

0 comments on commit ef3a8a0

Please sign in to comment.