mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:01:42 +03:00
Clarified the comment over ares_cancel.
This commit is contained in:
parent
06be8bc389
commit
45c6db9ac4
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
|||
#include "ares_private.h"
|
||||
|
||||
/*
|
||||
* ares_cancel() cancels a ongoing request/resolve that might be going on on
|
||||
* the given channel. It does NOT kill the channel, use ares_destroy() for
|
||||
* ares_cancel() cancels all ongoing requests/resolves that might be going on
|
||||
* on the given channel. It does NOT kill the channel, use ares_destroy() for
|
||||
* that.
|
||||
*/
|
||||
void ares_cancel(ares_channel channel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue