Rewrite build version and protocol version interface

This commit is contained in:
Vinnie Falco
2013-07-30 17:29:23 -07:00
parent f5488a2219
commit 5959c4e312
11 changed files with 482 additions and 111 deletions

View File

@@ -123,7 +123,8 @@ std::string HTTPReply (int nStatus, const std::string& strMsg)
rfc1123Time ().c_str (),
access.c_str (),
strMsg.size () + 2,
SERVER_VERSION,
//SERVER_VERSION,
BuildInfo::getFullVersionString (),
strMsg.c_str ());
}