v1.0.0-next.17
Pre-release
Pre-release
Patches
- (
@polka/url
): EnsuretoDecode
value is considered duringreq._parsedUrl
cache match: f64b4bb
For example, if youparse
a URL without decoding it, that previous result should not be reused if you callparse
again w/toDecode
set totrue
this time. Should be true for the reverse situation too.