[Modify] Replace it

This commit is contained in:
sta 2018-01-11 16:22:50 +09:00
parent 05d0b11007
commit 9205494df4

View File

@ -608,7 +608,7 @@ namespace WebSocketSharp.Net
return;
}
var output = _context.Connection.GetResponseStream ();
var output = _connection.GetResponseStream ();
output.InternalWrite (_100continue, 0, _100continue.Length);
}
}