mirror of
https://github.com/curl/curl.git
synced 2026-07-30 11:28:05 +03:00
pop3/smtp: return *WEIRD_SERVER_REPLY when not understood
This leaves the CURLE_RECV_ERROR error code for explicit failure to receive network data and allows users to better separate the problems. Ref #8356 Reported-by: Rianov Viacheslav Closes #8506
This commit is contained in:
parent
3a4182d468
commit
5a9d7c4e68
9 changed files with 14 additions and 14 deletions
|
|
@ -34,7 +34,7 @@ pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<errorcode>
|
||||
56
|
||||
8
|
||||
</errorcode>
|
||||
<protocol>
|
||||
CAPA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue