Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Products
/
VSTT-Plugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4ffb2cb2
...
4ffb2cb249042b985d27dc33f009b586529ede45
authored
2018-04-23 16:03:08 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Renamed ClearSSLSessions to DisableSSLSessionCache
1 parent
cf0ae5e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
LIL_VSTT_Plugins/LoadTestPlugins.cs
LIL_VSTT_Plugins/LoadTestPlugins.cs
View file @
4ffb2cb
...
...
@@ -23,11 +23,11 @@ using System.Text.RegularExpressions;
namespace
LIL_VSTT_Plugins
{
/// <summary>
/// LoadTest
Context Copy
/// LoadTest
Plugin DisableSSLSessionCache
/// </summary>
[
DisplayName
(
"SSL Session Cache Disabled"
)]
[
Description
(
"(C) Copyright 2018 LIGHTS IN LINE AB\r\nDisables SSL Session Cache and Reuse of handshakes during this loadtest. Beta."
)]
public
class
ClearSSLSessions
:
ILoadTestPlugin
public
class
DisableSSLSessionCache
:
ILoadTestPlugin
{
[
DisplayName
(
"Agents RegEx"
)]
[
Description
(
"The regular expression must match the Agent Name if specified. Empty matches all agents."
)]
...
...
Please
register
or
sign in
to post a comment