aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_req.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_req.erl')
-rw-r--r--src/cowboy_req.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl
index 68f6bc6..5d84eed 100644
--- a/src/cowboy_req.erl
+++ b/src/cowboy_req.erl
@@ -830,7 +830,7 @@ do_reply_ensure_no_body(Status, Headers, Body, Req) ->
do_reply(Status, Headers, Body, Req);
_ ->
exit({response_error, payload_too_large,
- '204 and 304 responses must not include a response body. (RFC7230 3.3)'})
+ '204 and 304 responses must not include a body. (RFC7230 3.3)'})
end.
%% Don't send any body for HEAD responses. While the protocol code is