[Modify] Replace it

This commit is contained in:
sta 2021-01-17 22:05:26 +09:00
parent 6876900413
commit b6f8364fdb

View File

@ -128,7 +128,7 @@ namespace WebSocketSharp.Net
if (_acceptTypes == null) { if (_acceptTypes == null) {
_acceptTypes = val _acceptTypes = val
.SplitHeaderValue (',') .SplitHeaderValue (',')
.Trim () .TrimEach ()
.ToList () .ToList ()
.ToArray (); .ToArray ();
} }