Re: [libmicrohttpd] Response headers order change between 0.9.70 and 0.9.75

2023-01-11 Thread Evgeny Grin
miércoles, 11 de enero de 2023 7:53 *Para:* libmicrohttpd development and user mailinglist *CC:* FERMIN GALAN MARQUEZ *Asunto:* Re: [libmicrohttpd] Response headers order change between 0.9.70 and 0.9.75 Hi Fermín, MHD internally has two types of response headers: user headers and automatic (

Re: [libmicrohttpd] Response headers order change between 0.9.70 and 0.9.75

2023-01-10 Thread FERMIN GALAN MARQUEZ
: libmicrohttpd development and user mailinglist CC: FERMIN GALAN MARQUEZ Asunto: Re: [libmicrohttpd] Response headers order change between 0.9.70 and 0.9.75 Hi Fermín, MHD internally has two types of response headers: user headers and automatic (mandatory) headers. For automatic headers MHD now

Re: [libmicrohttpd] Response headers order change between 0.9.70 and 0.9.75

2023-01-10 Thread Evgeny Grin
Hi Fermín, MHD internally has two types of response headers: user headers and automatic (mandatory) headers. For automatic headers MHD now follow RFC recommendation:"...it is good practice to send header fields that contain additional control data first, such asHost

[libmicrohttpd] Response headers order change between 0.9.70 and 0.9.75

2023-01-10 Thread FERMIN GALAN MARQUEZ
Hi, I've recently upgrade from libmicrohttpd 0.9.70 to 0.9.75 in my project (for reference, this one: https://github.com/telefonicaid/fiware-orion). I have observed a curious change of behavior in response headers. In 0.9.70 the server responses like this: HTTP/1.1 400 Bad Request Content-Leng