Commit 721e395f authored by Honfika's avatar Honfika

make a field readonly

parent d90adbb1
......@@ -23,7 +23,7 @@ namespace Titanium.Web.Proxy.StreamExtended.Network
// default to UTF-8
private static readonly Encoding encoding = Encoding.UTF8;
private static bool networkStreamHack = true;
private static readonly bool networkStreamHack = true;
private int bufferLength;
......
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