[Modify] Remove it
This commit is contained in:
parent
d7baef3c48
commit
18f8fd00e7
@ -622,13 +622,6 @@ namespace WebSocketSharp.Net
|
||||
return ret;
|
||||
}
|
||||
|
||||
private RequestStream getInputStream ()
|
||||
{
|
||||
return _contentLength > 0 || _chunked
|
||||
? _connection.GetRequestStream (_contentLength, _chunked)
|
||||
: null;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Internal Methods
|
||||
|
Loading…
Reference in New Issue
Block a user