Commits


Joakim Söderberg authored and Andy Green committed 8361d34ff98
Bugfix: SSL code should not free wsi The SSL code should not do lws_free(new_wsi) here. The caller should clean up the wsi in libwebsocket_close_and_free_session. Instead this can potentially cause a crash during that call. Also if we fail to create the SSL for hte listener we should indicate failure to the caller.