[Modify] Remove it

This commit is contained in:
sta 2016-02-18 14:48:43 +09:00
parent 48e5ce79cb
commit eb7900bc2b

View File

@ -1256,7 +1256,7 @@ namespace WebSocketSharp
// As server
private void processSecWebSocketExtensionsHeader (string value)
{
if (value == null || value.Length == 0)
if (value == null)
return;
var buff = new StringBuilder (80);