Author: vetinari
Date: Fri May 9 22:55:56 2008
New Revision: 897
Modified:
trunk/lib/Qpsmtpd/PollServer.pm
Log:
add connection->reset also for -async
Modified: trunk/lib/Qpsmtpd/PollServer.pm
==============================================================================
--- trunk/lib/Qpsmtpd/PollServer.pm (original)
+++ trunk/lib/Qpsmtpd/PollServer.pm Fri May 9 22:55:56 2008
@@ -152,6 +152,7 @@
sub close {
my Qpsmtpd::PollServer $self = shift;
$self->run_hooks("post-connection");
+ $self->connection->reset;
$self->SUPER::close;
}