Re: [libmicrohttpd] "Mongoose (C)" URL update on "GNU Libmicrohttpd" page

2023-01-11 Thread Christian Grothoff
Sure, link updated. -Christian On 1/11/23 18:17, Toly Lebedev via libmicrohttpd wrote: Hello. The "GNU Libmicrohttpd" page at https://www.gnu.org/software/libmicrohttpd/ contain an old URL for the "Mongoose (C) " referring to the obsolete https://code.googl

[libmicrohttpd] "Mongoose (C)" URL update on "GNU Libmicrohttpd" page

2023-01-11 Thread Toly Lebedev via libmicrohttpd
Hello. The "GNU Libmicrohttpd" page at https://www.gnu.org/software/libmicrohttpd/ contain an old URL for the "Mongoose (C) " referring to the obsolete https://code.google.com/archive/p/mongoose/ repository. Would you be able to update it to link to the actua

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

2023-01-11 Thread Evgeny Grin
I would recommend you to implement more relaxed header testing. If you use some generic text parser, you may find the end of the header block by looking for "CRLFCRLF" then check all text before the last "CRLF". The first line must be always the "status line", the other lines must be header lin