mirror of
https://github.com/curl/curl.git
synced 2026-08-11 05:30:56 +03:00
tests: Added error code explanation comments
This commit is contained in:
parent
8a94aedbd6
commit
2ff0c6f5f3
5 changed files with 9 additions and 4 deletions
|
|
@ -29,11 +29,12 @@ pop3://%HOSTIP:%POP3PORT/856 -u user:wrong
|
|||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
# 67 - CURLE_LOGIN_DENIED
|
||||
<errorcode>
|
||||
67
|
||||
</errorcode>
|
||||
#
|
||||
# The multi interface considers a broken "DO" request as a prematurely broken
|
||||
# The multi interface considers a broken "CONNECT" as a prematurely broken
|
||||
# transfer and such a connection will not get a "QUIT"
|
||||
<protocol>
|
||||
CAPA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue