I'm not sure what my motivation was to put it in there. It has no place in a CGI program.
This commit is contained in:
parent
5205395f7f
commit
b00dce398e
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.2)
|
||||
project(libravatarserv
|
||||
VERSION 0.6.5
|
||||
VERSION 0.6.6
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
@ -32,7 +32,6 @@ int main()
|
||||
{
|
||||
cout << "Server: libravatarserv/" << global::version << endl;
|
||||
cout << "Cache-Control: public, max-age=86400\n";
|
||||
cout << "Connection: close\n";
|
||||
|
||||
const char *request = std::getenv("REQUEST_URI");
|
||||
if (request == nullptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user