aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpierobot <Xv24xt@airmail.cc>2016-03-07 17:30:19 -0600
committerpierobot <Xv24xt@airmail.cc>2016-03-07 17:30:19 -0600
commit7712b8b8e06f3d05ec29f5858beb0c268d3584c2 (patch)
tree0c5e73ee163936edef97c0501592695372fcb2f9 /include
parent206ecc77601725f3b3a34f28c58b00b835177148 (diff)
downloadcrow-7712b8b8e06f3d05ec29f5858beb0c268d3584c2.tar.gz
crow-7712b8b8e06f3d05ec29f5858beb0c268d3584c2.zip
Fix misspell of Connection
Diffstat (limited to 'include')
-rw-r--r--include/http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index 3d516a9..de89022 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -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());
}