Commit e8ad16d7 authored by justcoding121's avatar justcoding121

comment out unsued object

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