mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Always dialyze tests and fix some cowboy_req specs
This commit is contained in:
parent
07078eb47b
commit
a8335c63df
11 changed files with 25 additions and 11 deletions
|
@ -31,4 +31,5 @@ websocket_info(_, State) ->
|
|||
{ok, State}.
|
||||
|
||||
terminate(Reason, Req, #state{pid=Pid}) ->
|
||||
Pid ! {terminate, Reason, Req}.
|
||||
Pid ! {terminate, Reason, Req},
|
||||
ok.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue