mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Clarified the comment over ares_cancel.
This commit is contained in:
parent
06be8bc389
commit
45c6db9ac4
@ -20,8 +20,8 @@
|
|||||||
#include "ares_private.h"
|
#include "ares_private.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ares_cancel() cancels a ongoing request/resolve that might be going on on
|
* ares_cancel() cancels all ongoing requests/resolves that might be going on
|
||||||
* the given channel. It does NOT kill the channel, use ares_destroy() for
|
* on the given channel. It does NOT kill the channel, use ares_destroy() for
|
||||||
* that.
|
* that.
|
||||||
*/
|
*/
|
||||||
void ares_cancel(ares_channel channel)
|
void ares_cancel(ares_channel channel)
|
||||||
|
Loading…
Reference in New Issue
Block a user