Re: [libmicrohttpd] File imperative for MHD_post_process() and MHD_PostDataIterator()?

2015-09-16 Thread Christian Grothoff
Yes, that's what I'm usually proposing for any POST format / requirements not supported by the existing PP. -Christian On 09/16/2015 07:40 PM, Bob Furber wrote: > > However, there is nothing stopping me from calling my own custom post > processor directly from answer_connection(). signature.as

Re: [libmicrohttpd] File imperative for MHD_post_process() and MHD_PostDataIterator()?

2015-09-16 Thread Bob Furber
Hi Christian, I believe I have a solution: I have been using MHD_post_process() just because it "was there", being used already for file uploads. What I failed to ask myself was: is there another way of processing some special Xml-Http-Request (xhr) Ajax POST requests? The problem I ran int

Re: [libmicrohttpd] libmicrohttpd 0.9.43 released

2015-09-16 Thread Markus Doppelbauer
Great! Thanks a lot. Markus Am Mittwoch, den 16.09.2015, 11:28 +0200 schrieb Christian Grothoff: > Dear all, > > I'm happy to announce the release of libmicrohttpd 0.9.43, which > is mostly a bugfix release. > > GNU libmicrohttpd is a small C library that is supposed to make it easy > to run a

[libmicrohttpd] libmicrohttpd 0.9.43 released

2015-09-16 Thread Christian Grothoff
Dear all, I'm happy to announce the release of libmicrohttpd 0.9.43, which is mostly a bugfix release. GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is fully HTTP 1.1 compliant and supports IPv6. Fin

Re: [libmicrohttpd] File imperative for MHD_post_process() and MHD_PostDataIterator()?

2015-09-16 Thread Christian Grothoff
Hi Bob, I do not understand your question at all. MHD_PostDataIterator is the type of a function you need to provide to the MHD PP, not something you 'access'. Also, I don't know what you are talking about with 'xdr data', maybe you're talking about some Microsoft non-standard XDomainRequest prot