1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ftpserver.pl: Corrected POP3 QUIT reply to be more realistic

This commit is contained in:
Steve Holme 2013-09-18 19:34:38 +01:00
parent 04064e89c1
commit 8d2335ca23

View File

@ -1841,7 +1841,7 @@ sub QUIT_pop3 {
@deleted = ();
}
sendcontrol "+OK byebye\r\n";
sendcontrol "+OK cURL POP3 server signing off\r\n";
return 0;
}