Commit a3d562e5 authored by Honfika's avatar Honfika

unsubscribe from SessionEventArgs event handlers on dispose #345

parent 46a0b972
...@@ -527,6 +527,10 @@ namespace Titanium.Web.Proxy.EventArguments ...@@ -527,6 +527,10 @@ namespace Titanium.Web.Proxy.EventArguments
httpResponseHandler = null; httpResponseHandler = null;
CustomUpStreamProxyUsed = null; CustomUpStreamProxyUsed = null;
DataSent = null;
DataReceived = null;
MultipartRequestPartSent = null;
WebSession.FinishSession(); WebSession.FinishSession();
} }
} }
......
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