[Modify] Remove it
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user