[Modify] Polish it

This commit is contained in:
sta 2021-01-13 21:51:58 +09:00
parent b5c7c7386c
commit 4ab91cd688

View File

@ -497,6 +497,7 @@ namespace WebSocketSharp.Net
public Uri UrlReferrer {
get {
var val = _headers["Referer"];
if (val == null)
return null;