diff --git a/src/RelayIngester.cpp b/src/RelayIngester.cpp index dc8139a..2561816 100644 --- a/src/RelayIngester.cpp +++ b/src/RelayIngester.cpp @@ -63,6 +63,9 @@ void RelayServer::runIngester(ThreadPool::Thread &thr) { } else { throw herr("unrecognised yesstr request"); } + } else if (msg->payload == "\n") { + // Do nothing. + // This is for when someone is just sending newlines on websocat for debugging purposes. } else { throw herr("unparseable message"); }