Pause read at the start so we don't read data while waiting for rDNS results.

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@831 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2008-01-02 20:37:45 +00:00
parent c1cb221b2e
commit 3f00a90b3b

View File

@ -369,6 +369,7 @@ sub _accept_handler {
$client->process_line("Connect\n");
$client->watch_read(1);
$client->pause_read();
return 1;
}