Skip to content

Commit

Permalink
Client does not close
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Kautz committed Nov 23, 2011
1 parent 6c3b4fe commit 79e3a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Mail/Decency/Core/NetServer/Postfix.pm
Expand Up @@ -58,6 +58,8 @@ sub process_request {
$attrib{ $key } = $value;
$ENV{ POSTFIX_DEBUG } && warn "<< IN '$line'\n";
}

eval { close $client; 1; } || warn "OOps: $@";
undef $client;
delete $self->{ server }->{ client };

Expand Down

0 comments on commit 79e3a6e

Please sign in to comment.