0
Fork 0
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:
Loïc Hoguin 2017-11-24 00:16:19 +01:00
parent 14173d5929
commit ce32e1985a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
3 changed files with 120 additions and 46 deletions

View file

@ -91,7 +91,7 @@ end_per_group(Name, _) ->
%% Dispatch configuration.
init_dispatch(Config) ->
init_dispatch(_) ->
cowboy_router:compile([
{"localhost", [
{"/chunked_response", http_chunked, []},