mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Seperate websocket and websocket handler. Fixes #395
This commit is contained in:
parent
3050b75f0a
commit
fe9d193418
10 changed files with 76 additions and 39 deletions
|
@ -27,7 +27,7 @@ describe "Config" do
|
|||
config = Kemal.config
|
||||
config.add_handler CustomTestHandler.new
|
||||
Kemal.config.setup
|
||||
config.handlers.size.should eq(6)
|
||||
config.handlers.size.should eq(7)
|
||||
end
|
||||
|
||||
it "toggles the shutdown message" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue