diff OrthancServer/ParsedDicomFile.cpp @ 908:e078ea944089 plugins

refactoring HttpOutput
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Jun 2014 17:47:39 +0200
parents 87791ebc1f50
children 509e146c3cb3
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp	Thu Jun 19 14:28:43 2014 +0200
+++ b/OrthancServer/ParsedDicomFile.cpp	Thu Jun 19 17:47:39 2014 +0200
@@ -279,7 +279,7 @@
 
       if (cond.good())
       {
-        output.GetLowLevelOutput().Send(&buffer[0], nbytes);
+        output.GetLowLevelOutput().SendBodyData(&buffer[0], nbytes);
         offset += nbytes;
       }
       else