0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix a test description

This commit is contained in:
Loïc Hoguin 2017-11-29 18:07:38 +01:00
parent 37d069cd51
commit 14b4afa669
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -1760,7 +1760,7 @@ same_transfer_encoding_as_get_in_head_response(Config) ->
%not include a content-length or transfer-encoding header. (RFC7230 3.3.1, RFC7230 3.3.2) %not include a content-length or transfer-encoding header. (RFC7230 3.3.1, RFC7230 3.3.2)
no_content_length_in_204_response(Config) -> no_content_length_in_204_response(Config) ->
doc("204 responses must not include a transfer-encoding header. " doc("204 responses must not include a content-length header. "
"(RFC7230 3.3.1, RFC7230 3.3.2)"), "(RFC7230 3.3.1, RFC7230 3.3.2)"),
Client = raw_open(Config), Client = raw_open(Config),
ok = raw_send(Client, [ ok = raw_send(Client, [