From: Daniel Stenberg Date: Thu, 7 Mar 2024 16:40:29 +0000 (+0100) Subject: KNOWN_BUGS: POP3 issue when reading small chunks X-Git-Tag: curl-8_7_0~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf3b60e9aa56fb1c82b90bbc0912e9453b06d48d;p=thirdparty%2Fcurl.git KNOWN_BUGS: POP3 issue when reading small chunks Closes #12063 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index beaa036231..f4ced4d84f 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -30,6 +30,7 @@ problems may have been fixed or changed somewhat since this was written. 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses 3.4 AUTH PLAIN for SMTP is not working on all servers 3.5 APOP authentication fails on POP3 + 3.6 POP3 issue when reading small chunks 4. Command line @@ -204,6 +205,12 @@ problems may have been fixed or changed somewhat since this was written. See https://github.com/curl/curl/issues/10073 +3.6 POP3 issue when reading small chunks + + CURL_DBG_SOCK_RMAX=4 ./runtests.pl -v 982 + + See https://github.com/curl/curl/issues/12063 + 4. Command line 5. Build and portability issues