Changes to IMFResponse.cpp
This commit is contained in:
parent
604e196fbb
commit
c957bbbb6f
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
Debug
|
Debug/
|
||||||
Release
|
Release/
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
*.mk
|
*.mk
|
||||||
|
@ -13,7 +13,7 @@ CurrentFileName :=
|
|||||||
CurrentFilePath :=
|
CurrentFilePath :=
|
||||||
CurrentFileFullPath :=
|
CurrentFileFullPath :=
|
||||||
User :=Brad Arant
|
User :=Brad Arant
|
||||||
Date :=10/07/19
|
Date :=18/07/19
|
||||||
CodeLitePath :=/home/bradarant/.codelite
|
CodeLitePath :=/home/bradarant/.codelite
|
||||||
LinkerName :=/usr/bin/x86_64-linux-gnu-g++
|
LinkerName :=/usr/bin/x86_64-linux-gnu-g++
|
||||||
SharedObjectLinkerName :=/usr/bin/x86_64-linux-gnu-g++ -shared -fPIC
|
SharedObjectLinkerName :=/usr/bin/x86_64-linux-gnu-g++ -shared -fPIC
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -19,6 +19,8 @@ namespace coreutils {
|
|||||||
else
|
else
|
||||||
addHeader("Transfer-Encoding", "chunked");
|
addHeader("Transfer-Encoding", "chunked");
|
||||||
|
|
||||||
|
addHeader("Server", "JETServer v0.0.1");
|
||||||
|
|
||||||
output(response);
|
output(response);
|
||||||
response << content;
|
response << content;
|
||||||
// core::Log(core::LOG_DEBUG_4) << response.str();
|
// core::Log(core::LOG_DEBUG_4) << response.str();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user