diff --git a/.gitignore b/.gitignore index d25cc99..e5a021f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -Debug -Release +Debug/ +Release/ *.o *~ *.mk diff --git a/CoreUtils.mk b/CoreUtils.mk index 5a9627d..bd0a2f2 100644 --- a/CoreUtils.mk +++ b/CoreUtils.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 diff --git a/Debug/IMFResponse.cpp.o b/Debug/IMFResponse.cpp.o index 323bc57..3b76176 100644 Binary files a/Debug/IMFResponse.cpp.o and b/Debug/IMFResponse.cpp.o differ diff --git a/Debug/libCoreUtils.a b/Debug/libCoreUtils.a index 45cf6d0..5da9d19 100644 Binary files a/Debug/libCoreUtils.a and b/Debug/libCoreUtils.a differ diff --git a/IMFResponse.cpp b/IMFResponse.cpp index 0e9d2fd..51254ad 100644 --- a/IMFResponse.cpp +++ b/IMFResponse.cpp @@ -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;