don't use boost string algorithm
This commit is contained in:
+2
-3
@@ -2,9 +2,8 @@
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "boost/algorithm/string.hpp"
|
||||
|
||||
#include "webcc/logger.h"
|
||||
#include "webcc/string.h"
|
||||
#include "webcc/utility.h"
|
||||
|
||||
namespace webcc {
|
||||
@@ -53,7 +52,7 @@ bool Message::IsConnectionKeepAlive() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (boost::iequals(connection, "Keep-Alive")) {
|
||||
if (iequals(connection, "Keep-Alive")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user