- Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
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.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement