Mercurial > hg > orthanc
diff OrthancServer/ParsedDicomFile.cpp @ 1523:c388502a066d
testing FilesystemHttpSender
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Aug 2015 16:09:00 +0200 |
parents | 3606278d305e |
children | d6a93e12b1c1 |
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp Tue Aug 11 15:37:42 2015 +0200 +++ b/OrthancServer/ParsedDicomFile.cpp Tue Aug 11 16:09:00 2015 +0200 @@ -277,8 +277,8 @@ chunk_.resize(CHUNK_SIZE); } - virtual HttpCompression GetHttpCompression(bool /*gzipAllowed*/, - bool /*deflateAllowed*/) + virtual HttpCompression SetupHttpCompression(bool /*gzipAllowed*/, + bool /*deflateAllowed*/) { // No support for compression return HttpCompression_None;