Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 721e395

Browse files
committed
make a field readonly
1 parent d90adbb commit 721e395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/StreamExtended/Network/CustomBufferedStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class CustomBufferedStream : Stream, ICustomStreamReader
2323
// default to UTF-8
2424
private static readonly Encoding encoding = Encoding.UTF8;
2525

26-
private static bool networkStreamHack = true;
26+
private static readonly bool networkStreamHack = true;
2727

2828
private int bufferLength;
2929

0 commit comments

Comments
 (0)