Results 23 comments of Sebastiano Merlino

Have you tried looking at how we compile it here: https://github.com/etr/libhttpserver/blob/master/appveyor.yml ?

Would you mind pasting the entire output of both your configure execution of libmicrohttpd and libhttpserver? They should be both checking for "winsock2.h" so I am puzzled of why one...

This is as intended and it is an effect of the protocol (HTTP-1.1) not of the library. If you have already given the answer to your client, they've already received...

Thanks for notifying about this bug. I still feel that GET (and GET-like) methods shouldn't support body provided in input. See: https://tools.ietf.org/html/rfc7231#section-4.3.1 "A payload within a GET request message has...

I have to say that I disagree. Mostly on two points: 1) There is a difference in this context between syntax and semantic. Whereas a GET with body might be...

Love the thread. The general approach of the library with managing uploaded content is that the content is "owned" by the library until it leaves and it is accessed by...

I suspect this is due to the fact that the classes are not declared with "__declspec( dllexport )" - it should be possible to fix. I'll try to spend some...

Interesting. I don't see this issue in the build we have on travis (latest build as recent as today). Admittedly, that uses an old version of libmicrohttpd - I'll build...

Not too familiar with CMake unfortunately to give an expert comment on this, but aren't the ones you pointed basically the configurations to build those libraries. All that we wanted...

yep. We still don't have a system to perform automated cross-compilation on ARM over the current CI tool (github-actions). Renamed the issue.