traeak commented on code in PR #13700:
URL: https://github.com/apache/trafficserver/pull/13700#discussion_r4041413137


##########
include/proxy/hdrs/URL.h:
##########
@@ -488,6 +497,22 @@ URL::hash_get92(CryptoHash *hash, bool ignore_query, 
cache_generation_t generati
   url_CryptoHash_get_92(m_url_impl, hash, ignore_query, generation);
 }
 
+/*-------------------------------------------------------------------------
+  -------------------------------------------------------------------------*/
+
+inline bool
+URLImpl::has_path_params() const noexcept
+{
+  return m_ptr_path != nullptr && memchr(m_ptr_path, ';', m_len_path) != 
nullptr;

Review Comment:
   taken



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to