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:
parent
c1cb221b2e
commit
3f00a90b3b
@ -369,6 +369,7 @@ sub _accept_handler {
|
||||
|
||||
$client->process_line("Connect\n");
|
||||
$client->watch_read(1);
|
||||
$client->pause_read();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user