mirror of
https://github.com/curl/curl.git
synced 2026-05-15 12:06:20 +03:00
CURLMOPT_NOTIFYFUNCTION.md: minor language polish
- mention the possibility of new types in the future - s/a an/an Closes #18913
This commit is contained in:
parent
496802fdcf
commit
352d1dc6ab
1 changed files with 4 additions and 3 deletions
|
|
@ -61,7 +61,8 @@ are shut down.
|
|||
*multi* identifies the multi handle that triggered the notification.
|
||||
|
||||
**notification** is the type of notification, e.g. what happened. The
|
||||
following types are available:
|
||||
following types are available right now. In the future, new ones might be
|
||||
added.
|
||||
|
||||
## CURLMNOTIFY_INFO_READ
|
||||
|
||||
|
|
@ -79,8 +80,8 @@ The *easy* handle passed is an internal handle.
|
|||
## CURLMNOTIFY_EASY_DONE
|
||||
|
||||
When enabled via curl_multi_notify_enable(3), this notification is triggered
|
||||
when a an easy handle has finished. This happens both for
|
||||
successful and failed transfers.
|
||||
when an easy handle has finished. This happens both for successful and failed
|
||||
transfers.
|
||||
|
||||
The *easy* handle passed is the transfer that is done. This *may* be
|
||||
an internal handle when DoH or other features are used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue