Skip to content

Commit

Permalink
Update headers to check for
Browse files Browse the repository at this point in the history
  • Loading branch information
jrothrock committed Feb 28, 2024
1 parent 6039c0c commit 3c24ede
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ class RequestQueueTimeConverter < ConverterBase

HEADERS = %w(X-Queue-Start X-Request-Start X-QUEUE-START X-REQUEST-START x-queue-start x-request-start)

WEBSOCKET_HEADERS = %w(Sec-WebSocket-Protocol Sec-WebSocket-Version Sec-WebSocket-Key)
WEBSOCKET_HEADERS = %w(SEC_WEBSOCKET_VERSION Sec-WebSocket-Version SEC_WEBSOCKET_PROTOCOL Sec-WebSocket-Protocol SEC_WEBSOCKET_KEY Sec-WebSocket-Key)

def headers
request.headers
Expand Down

0 comments on commit 3c24ede

Please sign in to comment.