eventsource-android icon indicating copy to clipboard operation
eventsource-android copied to clipboard

EventStreamParser: Fixed removal of first space within value

Open msdrozd opened this issue 9 years ago • 0 comments

Instead of using replaceFirst to remove the first space withing the sting, we now explicitly check the first character of the string. This ensures that no whitespace inside the value gets removed (e.g. "ABC DEF" => "ABCDEF").

Fixes #7

msdrozd avatar Sep 15 '16 12:09 msdrozd