Fix a bug that enables to send any 'Reserved value' close status code

master
sta 11 years ago
parent d156dffd55
commit cccafcb584

@ -666,7 +666,7 @@ namespace WebSocketSharp
_logger.Trace ("Start closing the connection.");
e.WasClean = closeHandshake (
WebSocketFrame.CreateCloseFrame (e.PayloadData, _client).ToByteArray (),
send ? WebSocketFrame.CreateCloseFrame (e.PayloadData, _client).ToByteArray () : null,
wait ? _waitTime : TimeSpan.Zero,
_client ? (Action) releaseClientResources : releaseServerResources);

Loading…
Cancel
Save