mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Bump exception_page
dependency (#669)
This commit is contained in:
parent
0de0e990e9
commit
9628043e4c
4 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ describe "Kemal::WebSocketHandler" do
|
|||
|
||||
it "fetches named url parameters" do
|
||||
handler = Kemal::WebSocketHandler::INSTANCE
|
||||
ws "/:id" { |_, c| c.ws_route_lookup.params["id"] }
|
||||
ws "/:id" { |_, context| context.ws_route_lookup.params["id"] }
|
||||
headers = HTTP::Headers{
|
||||
"Upgrade" => "websocket",
|
||||
"Connection" => "Upgrade",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue