This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 989b03c  fix header Sw8 in request.txt (#100)
989b03c is described below

commit 989b03c38669f9a1e420ef2d0164999e12f30954
Author: Wangpeng <kiko...@gmail.com>
AuthorDate: Mon Sep 11 12:47:48 2023 +0800

    fix header Sw8 in request.txt (#100)
    
    remove the last character(") of the last part in Sw8(AddressUsedAtClient) 
which cause base64 decode error.
---
 docs/en/agent/performance-tests.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/agent/performance-tests.md 
b/docs/en/agent/performance-tests.md
index ab6e5c9..2369ef6 100644
--- a/docs/en/agent/performance-tests.md
+++ b/docs/en/agent/performance-tests.md
@@ -51,7 +51,7 @@ Install the [Vegeta 
service](https://github.com/tsenart/vegeta#install) on the s
 
 ```
 GET http://${CONSUMER_IP}:8080/consumer
-Sw8: 
1-MWYyZDRiZjQ3YmY3MTFlYWI3OTRhY2RlNDgwMDExMjI=-MWU3YzIwNGE3YmY3MTFlYWI4NThhY2RlNDgwMDExMjI=-0-c2VydmljZQ==-aW5zdGFuY2U=-cHJvcGFnYXRpb24=-cHJvcGFnYXRpb246NTU2Ng=="
+Sw8: 
1-MWYyZDRiZjQ3YmY3MTFlYWI3OTRhY2RlNDgwMDExMjI=-MWU3YzIwNGE3YmY3MTFlYWI4NThhY2RlNDgwMDExMjI=-0-c2VydmljZQ==-aW5zdGFuY2U=-cHJvcGFnYXRpb24=-cHJvcGFnYXRpb246NTU2Ng==
 ```
 
 Please replace the above `CONSUMER_IP` with the real IP address of the 
consumer instance.

Reply via email to