From 7712b8b8e06f3d05ec29f5858beb0c268d3584c2 Mon Sep 17 00:00:00 2001 From: pierobot Date: Mon, 7 Mar 2016 17:30:19 -0600 Subject: Fix misspell of Connection --- include/http_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/http_connection.h') 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()); } -- cgit v1.2.3-54-g00ecf