Commit b3c602f4 authored by justcoding121's avatar justcoding121 Committed by GitHub

Merge pull request #440 from justcoding121/beta

Beta
parents 64eaf7d3 9d04caa4
...@@ -30,7 +30,6 @@ namespace Titanium.Web.Proxy.EventArguments ...@@ -30,7 +30,6 @@ namespace Titanium.Web.Proxy.EventArguments
/// </summary> /// </summary>
private SessionEventArgsBase(ProxyServer server, ProxyEndPoint endPoint, private SessionEventArgsBase(ProxyServer server, ProxyEndPoint endPoint,
CancellationTokenSource cancellationTokenSource) CancellationTokenSource cancellationTokenSource)
{ {
bufferSize = server.BufferSize; bufferSize = server.BufferSize;
bufferPool = server.BufferPool; bufferPool = server.BufferPool;
......
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