Fix misspell of Connection

This commit is contained in:
pierobot 2016-03-07 17:30:19 -06:00
parent 206ecc7760
commit 7712b8b8e0

View File

@ -420,7 +420,7 @@ namespace crow
}
if (add_keep_alive_)
{
static std::string keep_alive_tag = "Connetion: Keep-Alive";
static std::string keep_alive_tag = "Connection: Keep-Alive";
buffers_.emplace_back(keep_alive_tag.data(), keep_alive_tag.size());
buffers_.emplace_back(crlf.data(), crlf.size());
}