For fun I'm trying to write a very simple server in C.
When I send this response to Firefox it prints out the body "hello, world" but with Chromium it gives me ...
I am a newbie to c socket programming and c itself. I have written a small piece of code that reads raw input from another internet socket and post the data ...
I've a client which generates HTTP POST request and server (socket server) which reads the data send by client. When I do a read operation on server end, the server just ...
I am writing httpserver in C language in Unix environment...
When some client is requesting, runtime error "abort core dump" is coming!
aborted at fopen() call in doserve() function
Please help me..
I am actually ...