Re: [libmicrohttpd] "do never respond on first call"

2015-06-24 Thread Christian Grothoff
Hi! It's not a "strict" rule, in that you're in fact required to violate it if you want to give an error instead of '100 continue' to a POST request. Also, for everything but this PUT/POST case, you can queue a reply instantly . Just if you do so for POST, you (may) suppress '100 continue' which

[libmicrohttpd] "do never respond on first call"

2015-06-24 Thread Markus Doppelbauer
Hello, Most of the examples contain the comment: /* do never respond on first call */ Is this a strict rule? If not, what is the reason? Thanks a lot! Markus