Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 5, 2011
1 parent ee75874 commit 654f800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -10,7 +10,7 @@ L<Mojolicious> together with the right answers.

=head1 QUESTIONS

=head2 What does the error I<Maximum message size exceeded> mean?
=head2 What does the error "Maximum message size exceeded." mean?

To protect your applications from excessively large requests and responses,
our HTTP parser has a cap after which it will automatically stop accepting
Expand All @@ -19,7 +19,7 @@ This limit is around C<5MB> by default, you can use the
C<MOJO_MAX_MESSAGE_SIZE> environment variable or the C<max_message_size>
attribute of L<Mojo::Message> to change this value.

=head2 What does the error I<Maximum line size exceeded> mean?
=head2 What does the error "Maximum line size exceeded." mean?

This is a very similar protection mechanism to the one described in the
previous answer, but a little more specific.
Expand Down

0 comments on commit 654f800

Please sign in to comment.