mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Fix misspell of Connection
This commit is contained in:
parent
206ecc7760
commit
7712b8b8e0
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user