diff Core/RestApi/RestApi.cpp @ 1113:ba5c0908600c

Refactoring of HttpOutput ("Content-Length" header is now always sent)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Sep 2014 15:51:20 +0200
parents 0332e6e8c679
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/RestApi/RestApi.cpp	Mon Sep 01 12:20:26 2014 +0200
+++ b/Core/RestApi/RestApi.cpp	Tue Sep 02 15:51:20 2014 +0200
@@ -192,6 +192,7 @@
 
     if (root_.LookupResource(uri, visitor))
     {
+      wrappedOutput.Finalize();
       return true;
     }