[libmicrohttpd] Bug in libmicrohttpd 0.9.39

2015-01-09 Thread Abhay Gupta
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

Re: [libmicrohttpd] Bug in libmicrohttpd 0.9.39

2015-01-20 Thread Abhay Gupta
Thanks Christian, Yes i was not handling "off" , your mail was very helpful in resolving the issue . Regards, Abhay

Re: [libmicrohttpd] libmicrohttpd 0.9.52 released

2016-10-18 Thread Abhay Gupta
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