Commit 77a11153 authored by Honfika's avatar Honfika

remove unused code

parent 973c6219
......@@ -107,16 +107,6 @@ namespace Titanium.Web.Proxy.EventArguments
}
}
protected override void Dispose(bool disposing)
{
if (chunkBytesRemaining != -1)
{
;
}
base.Dispose(disposing);
}
public override void Write(byte[] buffer, int offset, int count)
{
throw new NotSupportedException();
......
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