Hi,
I'm playing with MHD and I got 2 questions.
Question 1
----------
I noticed that MHD calls shutdown() and then close() after creating each
HTTP response. Is that correct?
If yes, I got another question:
Since HTTP 1.1 allow the browser to issue many requests on the very same
socket, I expect MHD to keep the socket alive.
What am I missing?
Question 2
----------
I can't find in the code and in the documentation the word "Keepalive".
How MHD honors the Keepalive header which is usually present in ht HTTP
request issued by the browser?
Thanks,
Enrico Migliore