mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add some todos
This commit is contained in:
parent
4e85ad76a0
commit
ad9ab51648
4 changed files with 6 additions and 1 deletions
|
@ -354,7 +354,9 @@ dir_error_directory_slash(Config) ->
|
|||
|
||||
dir_error_doesnt_exist(Config) ->
|
||||
doc("Try to get a file that does not exist."),
|
||||
{404, _, _} = do_get(config(prefix, Config) ++ "/not.found", Config),
|
||||
%% @todo Check that the content-type header is removed.
|
||||
{404, _Headers, _} = do_get(config(prefix, Config) ++ "/not.found", Config),
|
||||
% false = lists:keyfind(<<"content-type">>, 1, Headers),
|
||||
ok.
|
||||
|
||||
dir_error_dot(Config) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue