[Modify] Polish it

This commit is contained in:
sta 2020-11-10 19:46:43 +09:00
parent 8faeda2171
commit 12bf1f597c

View File

@ -583,8 +583,6 @@ namespace WebSocketSharp.Net
public ResponseStream GetResponseStream ()
{
// TODO: Can we get this stream before reading the input?
lock (_sync) {
if (_socket == null)
return null;