[Modify] Replace it

This commit is contained in:
sta 2019-03-13 21:51:03 +09:00
parent a72c4feb7c
commit d387a06273

View File

@ -291,7 +291,12 @@ namespace WebSocketSharp.Net
}
}
init (name, value, path ?? String.Empty, domain ?? String.Empty);
init (
name,
value.Length > 0 ? value : "\"\"",
path ?? String.Empty,
domain ?? String.Empty
);
}
#endregion