[Modify] Remove it
This commit is contained in:
parent
2c293201c6
commit
8c8be0c219
@ -855,16 +855,6 @@ namespace WebSocketSharp.Server
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private string createFilePath (string childPath)
|
|
||||||
{
|
|
||||||
childPath = childPath.TrimStart ('/', '\\');
|
|
||||||
|
|
||||||
return new StringBuilder (_docRootPath, 32)
|
|
||||||
.AppendFormat ("/{0}", childPath)
|
|
||||||
.ToString ()
|
|
||||||
.Replace ('\\', '/');
|
|
||||||
}
|
|
||||||
|
|
||||||
private static HttpListener createListener (
|
private static HttpListener createListener (
|
||||||
string hostname, int port, bool secure
|
string hostname, int port, bool secure
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user