mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +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
|
@ -2,6 +2,10 @@
|
|||
|
||||
-module(resp_h).
|
||||
|
||||
%% @todo Probably should have a separate handler for errors,
|
||||
%% so that we can dialyze all the other correct calls.
|
||||
-dialyzer({nowarn_function, do/3}).
|
||||
|
||||
-export([init/2]).
|
||||
|
||||
init(Req, Opts) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue