Commits

Andy Green authored 271ca836c89
event lib: update http client multi to work with it and clean destroy flow Add selectable event lib support to minimal-http-client-multi and clean up context destroy flow so we can use lws_destroy_context() from inside the callback to indicate we want to end the event loop, without using the traditional "interrupted" flag and in a way that works no matter which event loop backend is being used.