Some bugfixes and cleanup. Added client

This commit is contained in:
eidheim 2014-08-11 10:03:27 +02:00
commit 8bc7d3e623
5 changed files with 56 additions and 309 deletions

View file

@ -40,7 +40,7 @@ namespace SimpleWeb {
if(timeout_request>0)
timer->cancel();
if(!ec)
process_request_and_respond(socket);
read_request_and_content(socket);
});
}
});