This issue is to implement what has been discussed on user mailing list: "JMeter 3.1 httpclient4.retrycount does not work" http://mail-archives.apache.org/mod_mbox/jmeter-user/201703.mbox/%3CCABrgpQcUba8ryhQPs-Z5byn30vPzd66Ywd-K8cR3u8oQcMN-wg%40mail.gmail.com%3E This is an addition to fix within Bug 60837.
Author: pmouawad Date: Thu Mar 9 20:34:05 2017 New Revision: 1786236 URL: http://svn.apache.org/viewvc?rev=1786236&view=rev Log: add httpclient4.request_sent_retry_enabled to allow retrying even if request was sent Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java Author: pmouawad Date: Sat Mar 18 17:32:04 2017 New Revision: 1787579 URL: http://svn.apache.org/viewvc?rev=1787579&view=rev Log: Bug 60888 - HttpRequest : Add option to allow retrial of all requests including NON Idempotent HTTP methods Document new property Bugzilla Id: 60888 Modified: jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/component_reference.xml jmeter/trunk/xdocs/usermanual/properties_reference.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4340