mmustafasenoglu opened a new pull request, #13313: URL: https://github.com/apache/trafficserver/pull/13313
## Summary Add a note to the TSUrlHostGet documentation indicating that it should only be called after TS_HTTP_POST_REMAP_HOOK. ## Changes - Added a note explaining that TSUrlHostGet should only be called after TS_HTTP_POST_REMAP_HOOK - For earlier hooks like TS_HTTP_READ_REQUEST_HDR_HOOK, TSHttpHdrHostGet should be used instead ## Why Without this note, developers may try to use TSUrlHostGet in hook phases where it won't work correctly, leading to unexpected behavior. Fixes #5742 -- 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]
