Skip to content

Commit

Permalink
fixed typo in cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 18, 2013
1 parent a3f00c6 commit 955c1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -925,7 +925,7 @@ L<Mojo::UserAgent> makes it actually easy.
my $ua = Mojo::UserAgent->new;
my $tx = $ua->build_tx(GET => 'http://example.com');

# Allow responses of indefinite size
# Accept response of indefinite size
$tx->res->max_message_size(0);

# Replace "read" events to disable default content parser
Expand Down

0 comments on commit 955c1dd

Please sign in to comment.