[Modify] Polish it

This commit is contained in:
sta 2020-02-13 21:04:54 +09:00
parent 5f44b63607
commit 1902fb84e1

View File

@ -218,6 +218,7 @@ namespace WebSocketSharp.Net
} }
_response.CloseConnection = headers["Connection"] == "close"; _response.CloseConnection = headers["Connection"] == "close";
return true; return true;
} }