Re: [libmicrohttpd] How to specify content-length in a HEAD request

2023-11-06 Thread Rohit Kota
Thank you, MHD_RF_HEAD_ONLY_RESPONSE was what I needed, not MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. But when is the next release 9.78 which includes those commits? On Mon, Nov 6, 2023 at 12:49 PM Evgeny Grin wrote: > Hi Rohit, > > On 05.11.2023 19:15, Rohit Kota wrote: > > Hel

[libmicrohttpd] How to specify content-length in a HEAD request

2023-11-05 Thread Rohit Kota
Hello, We have a use case where content-length needs to be set in the response headers for a HEAD request. See for example:- https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html#API_HeadObject_Examples According to rfc-9110 section 8.6.6