Skip to content

Commit 5a7189e

Browse files
committed
Merge branch 'master' into 3.0-merge
# Conflicts: # .github/workflows/test.yml # composer.json # phpunit.xml # src/config-apollo/src/Client.php # src/http-server/src/Request.php # src/redis/src/RedisConnection.php # src/utils/composer.json
2 parents 31fb0ef + 618c693 commit 5a7189e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Security.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class Security
1919

2020
public const KEY = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
2121

22-
public const SEC_WEBSOCKET_KEY = 'Sec-Websocket-Key';
22+
public const SEC_WEBSOCKET_KEY = 'sec-websocket-key';
2323

24-
public const SEC_WEBSOCKET_PROTOCOL = 'Sec-WebSocket-Protocol';
24+
public const SEC_WEBSOCKET_PROTOCOL = 'sec-webSocket-protocol';
2525

2626
public function isInvalidSecurityKey(string $key): bool
2727
{

0 commit comments

Comments
 (0)