mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:23:36 +03:00
added maxredirs
This commit is contained in:
parent
2aaae10fe8
commit
e9b69bc757
2 changed files with 21 additions and 1 deletions
14
docs/curl.1
14
docs/curl.1
|
|
@ -594,6 +594,18 @@ LDAP search failed.
|
|||
Library not found. The LDAP library was not found.
|
||||
.IP 41
|
||||
Function not found. A required LDAP function was not found.
|
||||
.IP 42
|
||||
Aborted by callback. An application told curl to abort the operation.
|
||||
.IP 43
|
||||
Internal error. A function was called with a bad parameter.
|
||||
.IP 44
|
||||
Internal error. A function was called in a bad order.
|
||||
.IP 45
|
||||
Interface error. A specified outgoing interface could not be used.
|
||||
.IP 46
|
||||
Bad password entered. An error was signalled when the password was entered.
|
||||
.IP 47
|
||||
Too many redirects. When following redirects, curl hit the maximum amount.
|
||||
.IP XX
|
||||
There will appear more error codes here in future releases. The existing ones
|
||||
are meant to never change.
|
||||
|
|
@ -654,6 +666,8 @@ If you do find bugs, mail them to curl-bug@haxx.se.
|
|||
- Richard Prescott
|
||||
- Jason S. Priebe <priebe@wral-tv.com>
|
||||
- T. Bharath <TBharath@responsenetworks.com>
|
||||
- Alexander Kourakos <awk@users.sourceforge.net>
|
||||
- James Griffiths <griffiths_james@yahoo.com>
|
||||
|
||||
.SH WWW
|
||||
http://curl.haxx.se
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue