mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add more tests to the rfc7230 suite
Found more bugs! Unfortunately no fix for them in this commit.
This commit is contained in:
parent
14173d5929
commit
ce32e1985a
3 changed files with 120 additions and 46 deletions
|
@ -91,7 +91,7 @@ end_per_group(Name, _) ->
|
|||
|
||||
%% Dispatch configuration.
|
||||
|
||||
init_dispatch(Config) ->
|
||||
init_dispatch(_) ->
|
||||
cowboy_router:compile([
|
||||
{"localhost", [
|
||||
{"/chunked_response", http_chunked, []},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue