Skip to content

Commit

Permalink
cleanup unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 25, 2011
1 parent 78f2b04 commit 16e19f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Starman/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ sub run {
if (! exists $options->{keepalive_timeout}) {
$options->{keepalive_timeout} = 1;
}
# Making it prettier I guess ? We can always get rid of it if we don't mind $options->{'error-log'}
if ($options->{'error-log'}) {
$options->{error_log} = 1;
}

my($host, $port, $proto);
for my $listen (@{$options->{listen} || [ "$options->{host}:$options->{port}" ]}) {
Expand Down

0 comments on commit 16e19f7

Please sign in to comment.