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