]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: POP3 issue when reading small chunks
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Mar 2024 16:40:29 +0000 (17:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Mar 2024 16:40:29 +0000 (17:40 +0100)
Closes #12063

docs/KNOWN_BUGS

index beaa036231a8512d227a56e9c0dd9e7014d52738..f4ced4d84fd855fe5ffdd76e40b1a53c34b819a2 100644 (file)
@@ -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