Skip to content

Commit

Permalink
comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 6, 2013
1 parent 1a70da3 commit c659eb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Parameters.pm
Expand Up @@ -282,8 +282,8 @@ Merge L<Mojo::Parameters> objects.
Check and replace parameter value. Be aware that if you request a parameter by
name in scalar context, you will receive only the I<first> value for that
parameter, if there are multiple values for that name. In list context you will
receive I<all> of the values for that name.
parameter, if there are multiple values for that name. In list context you
will receive I<all> of the values for that name.
=head2 params
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/Server/Prefork.pm
Expand Up @@ -208,7 +208,6 @@ sub _spawn {
$SIG{QUIT} = sub { $loop->max_connections(0) };
delete $self->{$_} for qw(poll reader);

# Start event loop
$self->app->log->debug("Worker $$ started.");
$loop->start;
exit 0;
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -114,8 +114,6 @@ sub start {
delete $self->{nb};
}
$self->_start($tx => sub { $tx = pop });

# Start event loop
$self->ioloop->start;

return $tx;
Expand Down

0 comments on commit c659eb9

Please sign in to comment.