Fix compile error in http server example.
This commit is contained in:
parent
a8aa505373
commit
72280338ef
|
@ -47,9 +47,8 @@ struct ClientHandler {
|
||||||
|
|
||||||
void handleConnection()
|
void handleConnection()
|
||||||
{
|
{
|
||||||
int fd = client;
|
|
||||||
//import core.thread;
|
//import core.thread;
|
||||||
//() @trusted { print("Connection %d %s", fd, cast(void*)Thread.getThis()); } ();
|
//() @trusted { print("Connection %d %s", client, cast(void*)Thread.getThis()); } ();
|
||||||
readLine(&onRequestLine);
|
readLine(&onRequestLine);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue