Fix for internal uri of WebSocket class as a server
This commit is contained in:
@@ -485,6 +485,9 @@ namespace WebSocketSharp.Server
|
||||
return;
|
||||
}
|
||||
|
||||
if (_uri.IsAbsoluteUri)
|
||||
context.WebSocket.Url = new Uri (_uri, path);
|
||||
|
||||
host.StartSession (context);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user