Closed fgalan closed 1 year ago
Link to thread discussion in libmicrohttpd mailing list: https://lists.gnu.org/archive/html/libmicrohttpd/2023-01/msg00002.html
Hi @fgalan sir,
I would like to work on this issue, As per my understanding we need create a script for reordering of HTTP headers in .test files as per the current version. Please confirm my understanding and let me know this issue is still valid or not? Thanks
In fact, the script is not the purpose of this issue but a tool to achieve it without a lot of manual changes (I mean, you don't need to include the script in the PR).
What I'd suggest is the following:
Thanks!
PR https://github.com/telefonicaid/fiware-orion/pull/4259 upgrades libmicrohttpd from 0.9.70 to 0.9.73 before releasing Orion 3.8.0.
At this moment, there is a newer libmicrohttp version (0.9.75) but it changes the order in which HTTP headers appear in responses (more detail in libmicrohttpd list discussion).
Thus, upgrading to 0.9.75 (or beyond) would involve a massive change in .test files, to reorder HTTP headers. There is no point in doing this change manually, probably we need an script to do that.