diff -r f4d56bf9de40 -r 30e51941a673 src/server/httplistener.c --- a/src/server/httplistener.c Wed Dec 28 22:02:08 2011 +0100 +++ b/src/server/httplistener.c Thu Dec 29 18:51:23 2011 +0100 @@ -162,7 +162,7 @@ perror("Error: acceptor_thread: accept"); continue; } - + /* create Connection object */ Connection *conn = malloc(sizeof(Connection)); conn->address = ca;