[Modify] Remove it

This commit is contained in:
sta 2021-02-19 19:40:22 +09:00
parent 1084d515dd
commit 319564a1fb

View File

@ -57,11 +57,6 @@ namespace WebSocketSharp.Net
#region Internal Constructors #region Internal Constructors
internal RequestStream (Stream stream, byte[] buffer, int offset, int count)
: this (stream, buffer, offset, count, -1)
{
}
internal RequestStream ( internal RequestStream (
Stream stream, byte[] buffer, int offset, int count, long contentLength Stream stream, byte[] buffer, int offset, int count, long contentLength
) )