mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Correct a ct_helper:ignore call
This commit is contained in:
parent
882a4f4591
commit
105d233c2e
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ execute(Req=#{path := Path}, Env) ->
|
|||
<<"/bad/dir/route">> -> ct_helper:ignore(cowboy_static, escape_reserved, 1);
|
||||
<<"/bad">> -> ct_helper:ignore(cowboy_static, init_opts, 2);
|
||||
<<"/bad/options">> -> ct_helper:ignore(cowboy_static, content_types_provided, 2);
|
||||
<<"/bad/options/mime">> -> ct_helper:ignore(cowboy_rest, set_content_type, 2);
|
||||
<<"/bad/options/mime">> -> ct_helper:ignore(cowboy_rest, normalize_content_types, 2);
|
||||
<<"/bad/options/etag">> -> ct_helper:ignore(cowboy_static, generate_etag, 2);
|
||||
<<"/bad/options/charset">> -> ct_helper:ignore(cowboy_static, charsets_provided, 2);
|
||||
_ -> ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue