Hello,
Le 2021-12-19 à 11 h 13, Evgeny Grin a écrit :
Dear all,
I'm very glad to finally announce the new release of GNU libmicrohttpd
library version 0.9.74.
Thanks to the team for this release!
This release brings a lot of fixes and improvements, and
important new features.
The most significant addition is the new experimental
implementation of WebSockets contributed by David Gausmann. This
implementation is not fully tested yet so currently it is disabled
by default.
I'm very curious to test this feature, except for the src/microhttpd_ws
directory, is there another documentation somewhere?
Also, is it possible to briefly describe how to manage a websocket
connection using MHD?
It seems that the websocket stream is run in the same thread than the
callback function. Does the MHD library automatically handles command
messages such as ping/pong and close or is it in the calling program to
do so?
/Nicolas