[Modify] Polish it
This commit is contained in:
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…
Reference in New Issue
Block a user