[Modify] Polish it

master
sta 8 years ago
parent caf364d339
commit 49c765aea8

@ -107,7 +107,7 @@ namespace WebSocketSharp.Net.WebSockets
/// </value> /// </value>
public override string Host { public override string Host {
get { get {
return _context.Request.Headers["Host"]; return _context.Request.UserHostName;
} }
} }

Loading…
Cancel
Save