Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/csharp/Protocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public abstract class ProtocolServer
public bool TRACE_RESPONSE;

protected const int BUFFER_SIZE = 4096;
protected const string TWO_CRLF = "\r\n\r\n";
protected const string TWO_CRLF = @"\r\n\r\n";
protected static readonly Regex CONTENT_LENGTH_MATCHER = new Regex(@"Content-Length: (\d+)");

protected static readonly Encoding Encoding = System.Text.Encoding.UTF8;
Expand Down