Matheus Gabriel Werny
Matheus Gabriel Werny
This is due to line https://github.com/yhirose/cpp-httplib/blob/551f96d4a2a07a56d72a13d4837b31eead884d34/httplib.h#L583. `std::multimap` sorts. Regard template argument `Compare`, https://en.cppreference.com/w/cpp/container/multimap.html. Another example of this behaviour can be found [here](https://json.nlohmann.me/features/object_order/).
A completely different container would be needed to use. A sequence container. On the other side, why does the order even matter? In normal use cases, it is fine how...
Can you check whether https://github.com/karastojko/mailio/pull/193 and https://github.com/karastojko/mailio/pull/199 fixed the issue? Use v0.25.1 for that. The new file should solve the issue https://github.com/karastojko/mailio/blob/c85e0632caac8c144b8e85f68bc74966249ccace/cmake/mailio-config.cmake.in.
This issue can be closed.
The file is needed, https://github.com/unum-cloud/usearch/issues/522.
Fixed with https://github.com/ashvardanian/StringZilla/pull/191.
Please check for style and do adjustements. Please adjust the location of the test. I just put it at the end and the names should be adjusted too. Does `Server::process_request()`...
Test "ServerTest.StaticFileRangeBigFile" causes a segmentation fault. Do you have an idea for the reason?
The solution was done with one line. A c-string did not have null termination. ```sh 100% tests passed, 0 tests failed out of 444 Total Test time (real) = 365.31...
The function `detail::SHA_512()` puts out hex. Maybe use base 64? This is just a thought and has no effect on on this pull request. Only the tests would be needed...