Skip to content

Commit 241741b

Browse files
authored
Merge pull request zaphoyd#727 from bauerj/patch-1
Make HTTP Connection header capitalized
2 parents 19cad99 + 702b6a9 commit 241741b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocketpp/processors/base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace processor {
4444
namespace constants {
4545

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

5050
} // namespace constants

0 commit comments

Comments
 (0)