Skip to content

Commit

Permalink
added another FAQ answer
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 29, 2012
1 parent 1b63613 commit 0432925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -86,6 +86,14 @@ any C<\r\n> terminated part of a HTTP message, such as request line, status
line and headers. This limit is around C<10KB> by default, you can use the
C<MOJO_MAX_LINE_SIZE> environment variable to change this value.

=head2 What does the error "Maximum buffer size exceeded" mean?

This protection mechanism is very similar to those mentioned in the two
previous answers. It limits how much content the HTTP parser is allowed to
buffer when parsing chunked and multipart messages. This limit is around
C<256KB> by default, you can use the C<MOJO_MAX_BUFFER_SIZE> environment
variable to change this value.

=head2 What does the error "EV does not work with ithreads" mean?

The L<Mojolicious> user agent and web servers are based on an event loop that
Expand Down

0 comments on commit 0432925

Please sign in to comment.