DescriptionAvoid parsing path and query string more than once
This has the side-effect of making a Uri mutable to some extend. By
not actuallt storing the passed in pathSegments and queryParameters
objects I think this is managable.
I think repeated access to uri.queryParameters should not parse the
query string into a map more than once.
R=lrn@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=23530
Patch Set 1 #
Total comments: 10
Patch Set 2 : Addressed review comments #
Total comments: 6
Patch Set 3 : Addressed review comments #Patch Set 4 : Minor fixes #
Messages
Total messages: 6 (0 generated)
|