From 1980b75b26797237a085a98ba3059e8bc277d17c Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 25 Sep 2020 21:04:16 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/EndPointManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/EndPointManager.cs b/websocket-sharp/Net/EndPointManager.cs index c12349d5..5ad7dfd6 100644 --- a/websocket-sharp/Net/EndPointManager.cs +++ b/websocket-sharp/Net/EndPointManager.cs @@ -171,7 +171,7 @@ namespace WebSocketSharp.Net if (lsnr.IsSecure ^ pref.IsSecure) return; - lsnr.RemovePrefix (pref, listener); + lsnr.RemovePrefix (pref); } #endregion