eventsource-android
eventsource-android copied to clipboard
EventStreamParser: Fixed removal of first space within value
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