PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94501
13f79535-47bb-0310-9956-
ffa450edef68
/*
* list is a comma-separated list of case-insensitive tokens, with
* optional whitespace around the tokens.
- * The return returns 1 if the token val is found in the list, or 0
- * otherwise.
+ * if val appears on the list of tokens, it is removed from the list,
+ * and the new list is returned.
*/
PROXY_DECLARE(char *)ap_proxy_removestr(apr_pool_t *pool, const char *list, const char *val)
{