https://bz.apache.org/bugzilla/show_bug.cgi?id=58099
Bug ID: 58099
Summary: Lazily initialize HttpClient SSL Context
Product: JMeter
Version: 2.6
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Currently HTTPClient 4 implementation eagerly creates an SSLContext , degrading
in a important way performances of HttpClient init.
This is particularly annoying for tests using Concurrent download for resources
and for test that do not use HTTPS at all.
This would be helpful as it would:
- improve overall performance particularly for Concurrent download
- Unblock https://issues.apache.org/bugzilla/show_bug.cgi?id=52073
This issue is created after closing Bug 57320.
--
You are receiving this mail because:
You are the assignee for the bug.