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

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit d0845beace5a49a7791caed679bbccec15415be5
Author: Felix Schumacher <[email protected]>
AuthorDate: Fri Sep 11 18:16:49 2020 +0200

    Change documentation of the special header functionality of the mirror 
server to reflect the implementation
---
 xdocs/changes.xml                        | 1 +
 xdocs/usermanual/component_reference.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d8cb41d..35c681f 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -197,6 +197,7 @@ applications when JMeter is starting up.</p>
 <h3>Documentation</h3>
 <ul>
     <li><pr>571</pr>Correct documented name of generated CA when using proxy 
script recorder. Part of a bigger PR. Vincent Daburon (vdaburon at 
gmail.com)</li>
+    <li>Change documentation of the special header functionality of the mirror 
server to reflect the implementation.</li>
 </ul>
 
 <h3>General</h3>
diff --git a/xdocs/usermanual/component_reference.xml 
b/xdocs/usermanual/component_reference.xml
index 84f18eb..2b4b2f1 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -7004,7 +7004,7 @@ Note that you can get more control over the responses by 
adding an HTTP Header M
         <property name="X-ResponseStatus" required="No">Response status, see 
<a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html";>HTTP Status 
responses</a>, example 200 OK, 500 Internal Server Error, &hellip;.</property>
         <property name="X-ResponseLength" required="No">Size of response, this 
trims the response to the requested size if that is less than the total 
size</property>
         <property name="X-SetHeaders" required="No">Pipe separated list of 
headers, example:<br/>
-        <code>headerA=valueA|headerB=valueB</code> would set 
<code>headerA</code> to <code>valueA</code> and <code>headerB</code> to 
<code>valueB</code>.
+        <code>headerA: valueA|headerB: valueB</code> would set 
<code>headerA</code> to <code>valueA</code> and <code>headerB</code> to 
<code>valueB</code>.
         </property>
 </properties>
 <p>

Reply via email to