[Modify] Polish it

This commit is contained in:
sta 2018-03-20 17:28:28 +09:00
parent caf364d339
commit 49c765aea8

View File

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