You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we process a stream, we build up the event_data instance with the
data as it is parsed. When we receive an empty line (e.g. "\n\r"), we
try to dispatch any event we have pending.
However, this event_data instance should only be created and / or
updated if the line we are parsing isn't a comment. Otherwise, we can
skip the initialization and return a comment event without furthering
processing.
0 commit comments