DescriptionMake Uri.parse("data:...") go through UriData.parse.
It's safer to not try to do part normalization on data: URI content,
and it's likely to be faster to parse it only once.
This should also reduce the work done when parsing data: URIs using
Uri.parse.
BUG= https://github.com/dart-lang/sdk/issues/26280
R=floitsch@google.com
Committed: https://github.com/dart-lang/sdk/commit/3a1a7c3968f151e61b4a41f734fea268ac804ddf
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|