Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more precise error description
  • Loading branch information
kraih committed Jan 23, 2015
1 parent 45cd983 commit c814925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Message.pm
Expand Up @@ -507,7 +507,7 @@ error.
# Connection error
$msg->error({message => 'Connection refused'});
# Parser error
# Parser error (recommending a 413 response)
$msg->error({message => 'Maximum message size exceeded', advice => 413});
# 4xx/5xx response
Expand Down

0 comments on commit c814925

Please sign in to comment.