ywkaras commented on a change in pull request #7262: URL: https://github.com/apache/trafficserver/pull/7262#discussion_r501979854
########## File path: tests/gold_tests/pluginTest/tsapi/log.gold ########## @@ -1,14 +1,87 @@ Global: event=TS_EVENT_HTTP_TXN_START Global: event=TS_EVENT_HTTP_READ_REQUEST_HDR TSHttpTxnEffectiveUrlStringGet(): http://mYhOsT.teSt:SERVER_PORT/ +Client Request: TSHttpHdrEffectiveUrlBufGet(): http://myhost.test:SERVER_PORT/ +TSUrlSchemeGet(): http +TSUrlRawSchemeGet(): http +TSUrlPortGet(): 80 Review comment: This should return SERVER_PORT, to be fixed in future PR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
