hi,
in function MHD_add_response_header , i added a check for MHD_NO option and it prints that the headers have been added successfully although i am unable to view them using "curl -I" command and also in firefox. Is there any specification that i am missing ?
also the print and other functions are working just fine.
requestHandle handler(con,clientResponse); handler.header("Content-Type","image/png"); handler.print("hello world"); handler.status(10); return handler.flush();
here is the code that i am calling from my main
cheers
Rahul