Changes to IMFResponse.cpp
This commit is contained in:
parent
604e196fbb
commit
c957bbbb6f
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
Debug
|
||||
Release
|
||||
Debug/
|
||||
Release/
|
||||
*.o
|
||||
*~
|
||||
*.mk
|
||||
|
@ -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.
@ -18,6 +18,8 @@ namespace coreutils {
|
||||
addHeader("Content-Length", std::to_string(content.size()));
|
||||
else
|
||||
addHeader("Transfer-Encoding", "chunked");
|
||||
|
||||
addHeader("Server", "JETServer v0.0.1");
|
||||
|
||||
output(response);
|
||||
response << content;
|
||||
|
Loading…
x
Reference in New Issue
Block a user