]> git.ipfire.org Git - thirdparty/curl.git/commit
pop3/smtp: return *WEIRD_SERVER_REPLY when not understood 8506/head
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Mar 2022 12:01:48 +0000 (14:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Mar 2022 12:01:53 +0000 (14:01 +0200)
commit5a9d7c4e68fccd4f67c95cea76a1c3467fbe71d2
tree7adfa34b1abd0ea5a8bb998dd72db3664f511acb
parent3a4182d468092c0e759002eec9f1764ce07f13da
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
lib/pingpong.c
lib/pop3.c
lib/smtp.c
tests/data/test852
tests/data/test855
tests/data/test926
tests/data/test957
tests/data/test958
tests/data/test961