https://issues.apache.org/bugzilla/show_bug.cgi?id=51479
Bug #: 51479
Summary: [PATCH] AB feature to optionally read in a reusable
client session ID from file.
Product: Apache httpd-2
Version: 2.2.19
Platform: All
URL: https://strcpy.net
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: support
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 27261
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27261
support/ab: read in a reusable client session ID
This patch allows for a user of the ab application to optionally supply a file
containing a client session id for reuse by the server. This is rudimentary
since the user must first create the cache via the openssl commandline client:
openssl s_client -connect localhost:8081 -sess_out <session_id_outfile> -ssl3
This patch includes a new flag if ssl has been enabled "-I <session_id_file>",
which ab will use for each request.
The diff is attached, patched against httpd-2.2.19.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]