Skip to content

Commit

Permalink
no need to check the value
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 2, 2015
1 parent d4c81de commit 8a4622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent.pm
Expand Up @@ -313,7 +313,7 @@ sub _start {
$url->scheme($base->scheme)->authority($base->authority);
}

$_ && $_->prepare($tx) for $self->proxy, $self->cookie_jar;
$_->prepare($tx) for $self->proxy, $self->cookie_jar;

# Connect and add request timeout if necessary
my $id = $self->emit(start => $tx)->_connection($nb, $tx, $cb);
Expand Down

0 comments on commit 8a4622c

Please sign in to comment.