Hi,
Pls see this code snippet
MHD_destroy_post_processor (struct MHD_PostProcessor *pp)
{
int ret;
if (NULL == pp)
return MHD_YES;
if (PP_ProcessValue == pp->state)
{
/* key without terminated value left at the end of the
buffer; fake receiving a termination character to
Thanks Christian,
Yes i was not handling "off" , your mail was very helpful in resolving the
issue .
Regards,
Abhay
Hi ,
Can a example we added for the use of Websockets may be a echo type page to
show the usage of Upgrade and Websockets.
Regards,
Abhay Gupta