Searched refs:URL_SIZE (Results 1 – 1 of 1) sorted by relevance
33 static constexpr int32_t URL_SIZE = 1024; variable299 if (strUrl.empty() || strUrl.length() > URL_SIZE) { in HttpRequestExec()