diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc index d1e27b7e9..e745b20e5 100644 --- a/winsup/utils/cygcheck.cc +++ b/winsup/utils/cygcheck.cc @@ -2009,8 +2009,8 @@ check_keys () return 0; } -/* RFC1738 says that these do not need to be escaped. */ -static const char safe_chars[] = "$-_.+!*'(),"; +/* These do not need to be escaped in application/x-www-form-urlencoded */ +static const char safe_chars[] = "$-_.!*'(),"; /* the URL to query. */ static const char base_url[] =