[Modify] Remove it
This commit is contained in:
parent
1084d515dd
commit
319564a1fb
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user