This is an automated email from the ASF dual-hosted git repository.
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new b17ac36 Removed the property from docs (#578)
b17ac36 is described below
commit b17ac36a8235b251b2d0e9d4367b35777386c72e
Author: Konstantin Kalinin <[email protected]>
AuthorDate: Thu Oct 1 09:57:04 2020 +0300
Removed the property from docs (#578)
---
bin/jmeter.properties | 4 ----
xdocs/usermanual/properties_reference.xml | 5 -----
2 files changed, 9 deletions(-)
diff --git a/bin/jmeter.properties b/bin/jmeter.properties
index 84f01e8..4388b39 100644
--- a/bin/jmeter.properties
+++ b/bin/jmeter.properties
@@ -443,10 +443,6 @@ remote_hosts=127.0.0.1
# No matter what, the connection will not be re-used beyond its TTL.
#httpclient4.time_to_live=60000
-# Max size in bytes of PUT body to retain in result sampler.
-# Bigger results will be clipped.
-#httpclient4.max_body_retain_size=32768
-
# Ignore EOFException that some edgy application may emit to signal end of
GZIP stream
# Defaults to false
#httpclient4.gzip_relax_mode=false
diff --git a/xdocs/usermanual/properties_reference.xml
b/xdocs/usermanual/properties_reference.xml
index 25974c2..d004310 100644
--- a/xdocs/usermanual/properties_reference.xml
+++ b/xdocs/usermanual/properties_reference.xml
@@ -543,11 +543,6 @@ JMETER-SERVER</source>
No matter what, the connection will not be re-used beyond its TTL.<br/>
Defaults to: <code>60000</code>
</property>
-<property name="httpclient4.max_body_retain_size">
- Max size in bytes of <code>PUT</code> body to retain in result sampler.
- Bigger results will be clipped.<br/>
- Defaults to: <code>327678</code> (bytes)
-</property>
<property name="httpclient4.deflate_relax_mode">
Ignore EOFException that some edgy application may emit to signal end of
Deflated stream.<br/>
Defaults to: <code>false</code>