Closed
Description
SseBuilder#comment
expects the comment to have length. However, an empty comment is accepted and is commonly sent as a keepalive message.
The spec has this for the ABNF:
comment = colon *any-char end-of-line
And also for parsing guidelines:
If the line starts with a U+003A COLON character (:)
Ignore the line.