mirror of
https://github.com/curl/curl.git
synced 2026-05-02 16:07:50 +03:00
ftpserver.pl: Corrected POP3 QUIT reply to be more realistic
This commit is contained in:
parent
04064e89c1
commit
8d2335ca23
1 changed files with 1 additions and 1 deletions
|
|
@ -1841,7 +1841,7 @@ sub QUIT_pop3 {
|
|||
@deleted = ();
|
||||
}
|
||||
|
||||
sendcontrol "+OK byebye\r\n";
|
||||
sendcontrol "+OK cURL POP3 server signing off\r\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue