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 da12f11 Bug 64289 - Make httpclient4.time_to_live defaults to 60000 to be closer to typical browser behavior da12f11 is described below commit da12f113a2d07d9e6c96b3940b2012056aa84a01 Author: pmouawad <p.moua...@ubik-ingenierie.com> AuthorDate: Mon Mar 30 09:15:46 2020 +0200 Bug 64289 - Make httpclient4.time_to_live defaults to 60000 to be closer to typical browser behavior Mention in Incompatible changes --- xdocs/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 483a7bf..e90b2f2 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -101,6 +101,8 @@ For instance: log viewer, JSR223 code editor were not previously scaled with zoo <ch_section>Incompatible changes</ch_section> <ul> + <li>Default value of <code>httpclient4.time_to_live</code> has been modified from 2000 to 60000, this means HTTP connections will live longer than before. This + has impact on connection creation and SSL handshake, see <bugzilla>64289</bugzilla></li> </ul> <!-- =================== Improvements =================== -->