Closed rubencm closed 7 years ago
@rubencm Just for Contributing Guideline, can you add a short description with a signoff?
You can check how it works by hardcoding a sleep in the php file or in the process.c, and doing multiple requests
@rubencm I am already putting in test suits. The contribution standard of Bytes Club asks to put commit messages in the following form:
shortlog: commit title
commit description
Signed-off-by: Name <email>
Ref:
Edit: ok, i see, you have merged it manually or something
Yes, since I pulled your commit on my local machine, I merged it here. Good job :+1:
I have removed client socket from globals, now each thread have his own client socket, so the server can manage multiple client sockets at the same time.
Fixes #14