diff Core/HttpServer/MongooseServer.cpp @ 418:b79bf2f4ab2e

execution of lua through REST
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 May 2013 12:03:25 +0200
parents 7441037663cd
children c9a5d72f8481
line wrap: on
line diff
--- a/Core/HttpServer/MongooseServer.cpp	Tue May 07 10:31:32 2013 +0200
+++ b/Core/HttpServer/MongooseServer.cpp	Tue May 07 12:03:25 2013 +0200
@@ -303,6 +303,7 @@
       {
         return PostDataStatus_Failure;
       }
+
       assert(r <= length);
       length -= r;
       pos += r;