CREDENTIALS.md: remove comment about emtpy user/pass

Closes #22212
This commit is contained in:
Stefan Eissing 2026-06-29 08:45:18 +02:00 committed by Daniel Stenberg
parent 1671ebd975
commit d647b84d53
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -15,8 +15,7 @@ Authorization credentials are kept in `struct Curl_creds`. This contains:
* `source`: where the credentials from
* `refcount`: a reference counter to link/unlink `creds`
A `creds` with all values empty is equivalent to NULL, e.g. no `creds`
instance. With reference counting, `creds` can be linked in several places.
With reference counting, `creds` can be linked in several places.
Two `creds` are the same if all values are equal apart from `source`
and `refcount`. The comparison of strings is done via `Curl_timestrcmp()`