0
Fork 0
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:
Loïc Hoguin 2025-02-10 17:24:13 +01:00
parent 882a4f4591
commit 105d233c2e
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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