Re: [libmicrohttpd] Websockets?

2012-01-23 Thread Simon Newton
On Mon, Jan 23, 2012 at 9:35 AM, Christian Grothoff wrote: > This has actually been on my "potential features" list for a little while. >  The implementation is quite trivial; all that is really needed is some > minor modification to the MHD_response internals / API to give the > application a way

Re: [libmicrohttpd] Websockets?

2012-01-24 Thread Simon Newton
On Tue, Jan 24, 2012 at 1:51 AM, Christian Grothoff wrote: > On 01/24/2012 10:44 AM, Sven Geggus wrote: >> >> Christian Grothoff  wrote: >> >>> The one big major roadblock for implementing this in MHD is that this >>> would be tricky to automatically (!) test any such implementation. >> >> >> Hm h

Re: [libmicrohttpd] connection statistics

2012-02-11 Thread Simon Newton
On Sat, Feb 11, 2012 at 3:46 AM, Will Bryant wrote: > FWIW, Eivind isn't the only one who would use this - I needed it for my app > to produce app monitoring statistics.  (This sort of thing is a requirement > for devops - we only have one infrastructure component in production that is > not ca

Re: [libmicrohttpd] Iterating over POST keys and values

2012-07-25 Thread Simon Newton
On Tue, Jul 24, 2012 at 11:15 PM, m...@mikesolomon.org wrote: > Hey all, > > I'm a new-ish user of libmicrohttpd and have over the past couple weeks > ventured for the first time into using POST data. > > I'm implementing a server that has thusfar only used GET and we were getting > all of the key

Re: [libmicrohttpd] new API proposal for HTTP UPGRADE / websockets

2012-11-25 Thread Simon Newton
This looks good to me. On Sun, Nov 25, 2012 at 5:11 AM, Christian Grothoff wrote: > Dear all, > > I've finally made up my mind on a decent API for the "HTTP UPGRADE" > implementation. HTTP UPGRADE is used for websockets (and possibly other > HTTP-extensions) to switch a TCP socket from HTTP-mod

[libmicrohttpd] Expose the fdset events

2012-11-25 Thread Simon Newton
I use microhttpd with the Open Lighting Architecture. As I've posted before we have a C++ wrapper around libmicrohttpd (HTTPServer), which then integrates with OLA's event management system. While this works, it's rather messy. The wrapper sets up a call to a HTTPServer::UpdateSockets() method int

Re: [libmicrohttpd] Expose the fdset events

2012-11-25 Thread Simon Newton
On Sun, Nov 25, 2012 at 10:43 AM, Christian Grothoff wrote: > On 11/25/2012 05:07 PM, Simon Newton wrote: >> >> I use microhttpd with the Open Lighting Architecture. As I've posted >> before we have a C++ wrapper around libmicrohttpd (HTTPServer), which >>

Re: [libmicrohttpd] Expose the fdset events

2015-06-02 Thread Simon Newton
ich provides fd notifications, and that has worked well for us. [1] http://avahi.org/download/doxygen/struct_avahi_poll.html Simon On Sun, Nov 25, 2012 at 11:42 AM, Simon Newton wrote: > On Sun, Nov 25, 2012 at 10:43 AM, Christian Grothoff > wrote: >> On 11/25/2012 05:07 PM, Simon Newton wrot

Re: [libmicrohttpd] Expose the fdset events

2015-06-04 Thread Simon Newton
event management API today. Simon > My 2 cents > > Christian > > On 06/03/2015 04:33 AM, Simon Newton wrote: >> Digging up a thread from the past... >> >> Is the codebase in a better shape to make this change now? We've run >> into this again now th

Re: [libmicrohttpd] Expose the fdset events

2015-06-04 Thread Simon Newton
pproach I'll clean up the rest of the code so you can review it. Simon On Thu, Jun 4, 2015 at 8:05 AM, Simon Newton wrote: > On Wed, Jun 3, 2015 at 1:08 AM, Christian Grothoff > wrote: >> Well, the easiest way you can do it now is just ask MHD to run in >> 'EPO