Commit f6581061 authored by justcoding121's avatar justcoding121

cleanup

parent e8f1a57e
...@@ -49,14 +49,10 @@ namespace Titanium.Web.Proxy.IntegrationTests ...@@ -49,14 +49,10 @@ namespace Titanium.Web.Proxy.IntegrationTests
{ {
private ProxyServer proxyServer; private ProxyServer proxyServer;
//share requestBody outside handlers
private Dictionary<Guid, string> requestBodyHistory;
public ProxyTestController() public ProxyTestController()
{ {
proxyServer = new ProxyServer(); proxyServer = new ProxyServer();
proxyServer.TrustRootCertificate = true; proxyServer.TrustRootCertificate = true;
requestBodyHistory = new Dictionary<Guid, string>();
} }
public void StartProxy(int proxyPort) public void StartProxy(int proxyPort)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment