Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in cheatsheet
  • Loading branch information
kraih committed Nov 29, 2011
1 parent 6533277 commit 6f3261e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -2,6 +2,7 @@ This file documents the revision history for Perl extension Mojolicious.

2.35 2011-11-29 00:00:00
- Added EXPERIMENTAL etag method to Mojo::Headers.
- Improved documentation.

2.34 2011-11-28 00:00:00
- Added "websocket.pl" to example scripts.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Cheatsheet.pod
Expand Up @@ -228,10 +228,10 @@ Maximum size for HTTP messages in bytes, defaults to C<5242880>.

=head2 C<MOJO_MAX_REDIRECTS>

MOJO_MAX_REDIRECTS=3

Maximum number of redirects L<Mojo::UserAgent> will follow, defaults to C<0>.

MOJO_MAX_REDIRECTS=3

=head2 C<MOJO_MAX_WEBSOCKET_SIZE>

Maximum size for WebSocket messages in bytes, defaults to C<262144>.
Expand Down

0 comments on commit 6f3261e

Please sign in to comment.