Re: [libmicrohttpd] Is there any C example showing how to use the MHD_USE_SUSPEND_RESUME flag?

2015-09-25 Thread Flavio Ceolin
Hi Silvio, On Thu, Sep 24, 2015 at 11:06:56PM -0300, silvioprog wrote: > Hello, > > So, I did many searches on Google but I couldn't find any sample showing > how to use this flag. =/ > > Can anyone send a small example writen in C? > > Thanks in advance! > > -- > Silvio Clécio I've used it

[libmicrohttpd] Is there any C example showing how to use the MHD_USE_SUSPEND_RESUME flag?

2015-09-25 Thread silvioprog
Hello, So, I did many searches on Google but I couldn't find any sample showing how to use this flag. =/ Can anyone send a small example writen in C? Thanks in advance! -- Silvio Clécio

Re: [libmicrohttpd] Is there any C example showing how to use the MHD_USE_SUSPEND_RESUME flag?

2015-09-25 Thread silvioprog
Hello Flavio, Firstly, thanks for share it! =) On Fri, Sep 25, 2015 at 6:44 PM, Flavio Ceolin wrote: [...] > I've used it on the project i'm working. Just take a look: > > >

Re: [libmicrohttpd] Possible bug in digest auth with parameters without value

2015-09-25 Thread Christian Grothoff
Hi Manuel, No, this was indeed still a bug, fixed in SVN 36370. Thanks for reporting! Happy hacking! -Christian On 09/25/2015 05:36 AM, Manuel Argüelles wrote: > Hello, > > I'm having problems with digest auth when the URL has parameters > without values, as long as it is not the last one.