[Modify] Replace it

This commit is contained in:
sta 2020-09-25 21:04:16 +09:00
parent 24aef191cc
commit 1980b75b26

View File

@ -171,7 +171,7 @@ namespace WebSocketSharp.Net
if (lsnr.IsSecure ^ pref.IsSecure)
return;
lsnr.RemovePrefix (pref, listener);
lsnr.RemovePrefix (pref);
}
#endregion