Skip to content

Commit

Permalink
Merge pull request #727 from bauerj/patch-1
Browse files Browse the repository at this point in the history
Make HTTP Connection header capitalized
  • Loading branch information
zaphoyd authored Jul 12, 2018
2 parents 19cad99 + 702b6a9 commit 241741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocketpp/processors/base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace processor {
namespace constants {

static char const upgrade_token[] = "websocket";
static char const connection_token[] = "upgrade";
static char const connection_token[] = "Upgrade";
static char const handshake_guid[] = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11";

} // namespace constants
Expand Down

0 comments on commit 241741b

Please # to comment.