[Modify] Remove it

This commit is contained in:
sta 2021-01-06 20:06:21 +09:00
parent d7baef3c48
commit 18f8fd00e7

View File

@ -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