windows-build.patch 627 B

12345678910111213
  1. diff --git a/lib/src/HttpServer.cc b/lib/src/HttpServer.cc
  2. index dbd99a90..3d8ca852 100644
  3. --- a/lib/src/HttpServer.cc
  4. +++ b/lib/src/HttpServer.cc
  5. @@ -508,7 +508,7 @@ void HttpServer::requestPostRouting(const HttpRequestImplPtr &req, Pack &&pack)
  6. else
  7. {
  8. req->quitStreamMode();
  9. - LOG_DEBUG << "Stop processing request due to stream error";
  10. + LOG_ERROR << "Stop processing request due to stream error";
  11. pack.callback(
  12. app().getCustomErrorHandler()(k400BadRequest, req));
  13. }