comparison Core/HttpServer/MongooseServer.cpp @ 1100:f21f7783f934

fix RestApiOutput
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Aug 2014 10:11:43 +0200
parents 8d1845feb277
children becde5351e47
comparison
equal deleted inserted replaced
1099:060e8918d7a4 1100:f21f7783f934
709 { 709 {
710 LOG(ERROR) << "Exception in the HTTP handler: Presumably a bad JSON request"; 710 LOG(ERROR) << "Exception in the HTTP handler: Presumably a bad JSON request";
711 return (void*) ""; 711 return (void*) "";
712 } 712 }
713 } 713 }
714 714
715 if (!found) 715 if (!found)
716 { 716 {
717 try 717 try
718 { 718 {
719 output.SendHeader(HttpStatus_404_NotFound); 719 output.SendHeader(HttpStatus_404_NotFound);