Hi, Most (all?) of the examples in libmicrohttpd will queue the response from the second call to the client handler.
If you already know that you want to respond with an error during the initial call to the client handler (client context ptr == NULL), would it be appropriate to queue the reply immediately? What would be the ramifications of queueing an error response immediately? Thanks -eivind
