Ole Christian Eidheim
Ole Christian Eidheim
You are right, but I do not see multiple constructors as a problem here.
I would have to read up on this: - what priority settings are default on Unix and Windows - what priority settings are available on Unix and Windows Feel free...
Thanks for the excellent explanation! I'll have a look at this later this week.
Thank you for investigating this. To my understanding, if `signal(SIGPIPE, SIG_IGN);` is used, one would not need to open stdin with `MSG_NOSIGNAL`?
The `operation_aborted` error code is generated by the [`socket::cancel`](https://www.boost.org/doc/libs/1_67_0/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html) function.
If possible, please add a minimal source example demonstrating your issue and it will be easier to help you.
Thank you, though I need the case_insensitive_equals and case_insensitive_hash to be non-templated classes in order to be able to move headers to for instance Simple-WebSocket-Server without performing copy on a...
Added the help wanted tag since I don't use MSVC. Sorry for being no help here
It is slightly out of scope of this project, but I'm thinking of adding a util.hpp with various functions such as this maybe. At the moment though, the client is...
Thank you, but let's say that you request `http://localhost/test.jpg` form the client. At least most browsers understands that the response is a jpg file (when Content-Type is absent) based on...