The tests went green when submitting via codecrafters test without the use of threads.h or pthreads.h. A while(1) loop was sufficient.
Expected behavior: The tests should fail without creating one thread per request.
The tests went green when submitting via codecrafters test without the use of threads.h or pthreads.h. A while(1) loop was sufficient.
Expected behavior: The tests should fail without creating one thread per request.
Hmm, I wonder if this is because of a listen backlog ![]()
This is now fixed!