You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/07/21 21:35:14 UTC

[Bug 55023] SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput

https://issues.apache.org/bugzilla/show_bug.cgi?id=55023

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #7 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
There is a regression introduced by the fix to this bug.
Setting implementation in Http Request Defaults does not work anymore, if no
property is set then HttpHcImpl4 will always be used.

This is due to the mergeIn being called after testIterationStart(), so
implementation is not set yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.