[Modify] Polish it

This commit is contained in:
sta 2021-01-11 21:40:55 +09:00
parent 2ef2c9a95a
commit 7002dc56ac

View File

@ -121,6 +121,7 @@ namespace WebSocketSharp.Net
public string[] AcceptTypes {
get {
var val = _headers["Accept"];
if (val == null)
return null;