Commit d1e90a21 authored by justcoding121's avatar justcoding121 Committed by justcoding121

comment out unsued object

parent 00aad2dc
...@@ -17,8 +17,8 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -17,8 +17,8 @@ namespace Titanium.Web.Proxy.Examples.Basic
//share requestBody outside handlers //share requestBody outside handlers
//Using a dictionary is not a good idea since it can cause memory overflow //Using a dictionary is not a good idea since it can cause memory overflow
//ideally the data should be moved out of memory //ideally the data should be moved out of memory
private readonly IDictionary<Guid, string> requestBodyHistory //private readonly IDictionary<Guid, string> requestBodyHistory
= new ConcurrentDictionary<Guid, string>(); // = new ConcurrentDictionary<Guid, string>();
public ProxyTestController() public ProxyTestController()
{ {
......
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