We don't normally see events on the wsi in this state, but it is possible
since warmcat.com lwsws asserted on it in WAITING_CONNECT.
Explicitly handle it so we don't blow up.
https://github.com/warmcat/libwebsockets/commit/
027fe42ceca78e04beb65d5c926cf6342e65acc8
Change-Id: I519fe91e10e97d140df7d3b65e79e73324535637
// assert(0);
/* fallthru */
+ case LRS_WAITING_CONNECT: /* observed on warmcat.com */
+ break;
+
default:
lwsl_err("%s: Unhandled state %d\n", __func__, lwsi_state(wsi));
assert(0);