Help me understand
so, im trying to complete codecrafters challenge 'build your own http server'.
And I was doing task 'Respond with 200' where i needed to just return 200 code to the client, but it didnt work. After some research I found out that I need to read request data before making a response, but why?
And I was doing task 'Respond with 200' where i needed to just return 200 code to the client, but it didnt work. After some research I found out that I need to read request data before making a response, but why?