Changes to IMFResponse.cpp

This commit is contained in:
Brad Arant 2019-08-02 09:40:17 -07:00
parent 604e196fbb
commit c957bbbb6f
5 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,5 +1,5 @@
Debug
Release
Debug/
Release/
*.o
*~
*.mk

View File

@ -13,7 +13,7 @@ CurrentFileName :=
CurrentFilePath :=
CurrentFileFullPath :=
User :=Brad Arant
Date :=10/07/19
Date :=18/07/19
CodeLitePath :=/home/bradarant/.codelite
LinkerName :=/usr/bin/x86_64-linux-gnu-g++
SharedObjectLinkerName :=/usr/bin/x86_64-linux-gnu-g++ -shared -fPIC

Binary file not shown.

Binary file not shown.

View File

@ -19,6 +19,8 @@ namespace coreutils {
else
addHeader("Transfer-Encoding", "chunked");
addHeader("Server", "JETServer v0.0.1");
output(response);
response << content;
// core::Log(core::LOG_DEBUG_4) << response.str();