This is an automated email from the ASF dual-hosted git repository.
rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new eb02167 Fix typos in log.gold file for tsapi Au test case in merged
PR 5706.
eb02167 is described below
commit eb021674dc76ae2fe83adba698d02bca299960dc
Author: Walter Karas <[email protected]>
AuthorDate: Tue Jul 16 18:51:23 2019 -0500
Fix typos in log.gold file for tsapi Au test case in merged PR 5706.
---
tests/gold_tests/pluginTest/tsapi/log.gold | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/gold_tests/pluginTest/tsapi/log.gold
b/tests/gold_tests/pluginTest/tsapi/log.gold
index da86247..5274ed1 100644
--- a/tests/gold_tests/pluginTest/tsapi/log.gold
+++ b/tests/gold_tests/pluginTest/tsapi/log.gold
@@ -1,14 +1,14 @@
Global: event=TS_EVENT_HTTP_TXN_START
Global: event=TS_EVENT_HTTP_READ_REQUEST_HDR
TSHttpTxnEffectiveUrlStringGet(): http://mYhOsT.teSt:SERVER_PORT/
-TSHttpHdrEffectiveUrlBuffGet(): http://myhost.test:SERVER_PORT/
+TSHttpHdrEffectiveUrlBufGet(): http://myhost.test:SERVER_PORT/
Transaction: event=TS_EVENT_HTTP_READ_REQUEST_HDR
TSHttpTxnEffectiveUrlStringGet(): http://mYhOsT.teSt:SERVER_PORT/
-TSHttpHdrEffectiveUrlBuffGet(): http://myhost.test:SERVER_PORT/
+TSHttpHdrEffectiveUrlBufGet(): http://myhost.test:SERVER_PORT/
Global: event=TS_EVENT_HTTP_TXN_START
Global: event=TS_EVENT_HTTP_READ_REQUEST_HDR
TSHttpTxnEffectiveUrlStringGet(): https://myhost.test:SERVER_PORT/
-TSHttpHdrEffectiveUrlBuffGet(): https://myhost.test:SERVER_PORT/
+TSHttpHdrEffectiveUrlBufGet(): https://myhost.test:SERVER_PORT/
Transaction: event=TS_EVENT_HTTP_READ_REQUEST_HDR
TSHttpTxnEffectiveUrlStringGet(): https://myhost.test:SERVER_PORT/
-TSHttpHdrEffectiveUrlBuffGet(): https://myhost.test:SERVER_PORT/
+TSHttpHdrEffectiveUrlBufGet(): https://myhost.test:SERVER_PORT/