ywkaras commented on code in PR #9678:
URL: https://github.com/apache/trafficserver/pull/9678#discussion_r1187652585


##########
doc/developer-guide/api/functions/TSUrlHostGet.en.rst:
##########
@@ -52,6 +52,10 @@ buffers. The URL functions can create, copy, retrieve or 
delete entire URLs,
 and retrieve or modify parts of URLs, such as their host, port or scheme
 information.
 
+    TSMBufferCreate(...)
+    TSUrlParse(...)
+    TSUrlHostGet(...)

Review Comment:
   To understand the use of URL TSMLoc values, I think your best next step is 
to grep/search for the use of the relevant functions in the code.
   
   The issue is related to which hooks ( 
https://docs.trafficserver.apache.org/developer-guide/plugins/hooks-and-transactions/index.en.html#http-transaction-state-diagram
 ) an invoked continuation function make call TSUrlGetHost(). It will take 
lengthy study of ATS for all this to be clear to you.



-- 
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