mirror of
https://github.com/curl/curl.git
synced 2026-08-01 14:28:42 +03:00
KNOWN_BUGS: #86: Disconnect commands may not be sent by IMAP, POP3 and SMTP
This commit is contained in:
parent
a900d45489
commit
7b9365c65f
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ join in and help us correct one or more of these! Also be sure to check the
|
|||
changelog of the current development status, as one or more of these problems
|
||||
may have been fixed since this was written!
|
||||
|
||||
86. The disconnect commands (LOGOUT and QUIT) may not be sent by IMAP, POP3
|
||||
and SMTP if a failure occures during the authentication phase of a
|
||||
connection.
|
||||
|
||||
85. Wrong STARTTRANSFER timer accounting for POST requests
|
||||
Timer works fine with GET requests, but while using POST the time for
|
||||
CURLINFO_STARTTRANSFER_TIME is wrong. While using POST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue