[Modify] Polish it

This commit is contained in:
sta 2020-02-02 17:30:03 +09:00
parent 78969c3c3d
commit b95ada27a8

View File

@ -64,7 +64,7 @@ namespace WebSocketSharp.Net
static ResponseStream () static ResponseStream ()
{ {
_crlf = new byte[] { 13, 10 }; _crlf = new byte[] { 13, 10 }; // "\r\n"
_lastChunk = new byte[] { 48, 13, 10, 13, 10 }; // "0\r\n\r\n" _lastChunk = new byte[] { 48, 13, 10, 13, 10 }; // "0\r\n\r\n"
} }