Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed comment
  • Loading branch information
kraih committed Nov 6, 2012
1 parent 38e0679 commit ca78ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Content.pm
Expand Up @@ -106,7 +106,7 @@ sub parse {
$self->{state} = 'finished' if ($self->{chunk_state} // '') eq 'finished';
}

# Not chunked, pass through to decompressor
# Not chunked, pass through to second buffer
else {
$self->{real_size} += length $self->{pre_buffer};
my $limit = $self->is_finished
Expand Down

0 comments on commit ca78ec2

Please sign in to comment.