https://issues.apache.org/bugzilla/show_bug.cgi?id=56119
--- Comment #14 from Philippe Mouawad <[email protected]> --- @Oliver, after changing the 2 following settings: 1) uncomment hc.parameters.file=hc.parameters in user.properties 2) Set this in hc.parameters: http.connection.stalecheck$Boolean=true You should not see any difference between 2.10 and 2.11 as AFAIK there is no other change in HTTP stack that could explain it. Do you confirm you see differences between 2.10 and 2.11 ? or is it between 2.9 and 2.11 ? In 2.9, the retry count for the HttpClient 3.1 and HttpClient 4.x samplers has been changed to 0 . Previously the default was 1, this one could also explain differences in your use case. -- You are receiving this mail because: You are the assignee for the bug.
