[Modify] Polish it
This commit is contained in:
@@ -858,6 +858,7 @@ namespace WebSocketSharp.Server
|
||||
private string createFilePath (string childPath)
|
||||
{
|
||||
childPath = childPath.TrimStart ('/', '\\');
|
||||
|
||||
return new StringBuilder (_docRootPath, 32)
|
||||
.AppendFormat ("/{0}", childPath)
|
||||
.ToString ()
|
||||
|
Reference in New Issue
Block a user