Review from CodeFactor

This commit is contained in:
emeric
2020-12-12 15:18:37 +01:00
parent eea27b86f0
commit 6c15eafee1
4 changed files with 0 additions and 4 deletions
@@ -35,7 +35,6 @@ namespace Av
TranscodeResourceHandler(const std::filesystem::path& trackPath, const TranscodeParameters& parameters);
private:
Wt::Http::ResponseContinuation* processRequest(const Wt::Http::Request& request, Wt::Http::Response& reponse) override;
static constexpr std::size_t _chunkSize {32768};