eventsource icon indicating copy to clipboard operation
eventsource copied to clipboard

Fix parsing of lines with mixed terminators.

Open WcRnm opened this issue 2 years ago • 0 comments

Fixes issue #326.

When parsing a packet received from the server, the parser is restarting from the start of the packet when parsing each line, rather than starting from the current packet offset.

This PR updates the starting position to the last index, instead of a value of zero.

WcRnm avatar Nov 17 '23 17:11 WcRnm