I have written an http client in C and created a post method to my server which is running a php script which will receive client parameters and print back some response to the client. However the server returns nothing after successful socket connection. What am i missing in my code ?I have written an http client in C and created