-
Fix websocket crash case Fix infinite loop on lying about websocket frame sizes This fixes infinite loops when you send a frame type that is not handled.
-
And fixed an assert in CirBuf.read().
-
The ping/pong is actually untested at this point, because Paho (my test client for now) doesn't do those. I wonder if any do, because MQTT already has ping/pong.
-
Also reloading of settings, which re-opens the log file.
-
The test cases give a bunch of warnings, but that's the COMPARE macro's fault. Let's see what to do...