[Modify] Polish it

This commit is contained in:
sta 2021-02-19 19:37:39 +09:00
parent 3d9bdd3592
commit 1084d515dd

View File

@ -63,7 +63,7 @@ namespace WebSocketSharp.Net
int count, int count,
HttpListenerContext context HttpListenerContext context
) )
: base (stream, buffer, offset, count) : base (stream, buffer, offset, count, -1)
{ {
_context = context; _context = context;