Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

url.parse() will lead to null query even parseQueryString is true under v0.11.x #9008

Closed
yanni4night opened this issue Jan 11, 2015 · 1 comment

Comments

@yanni4night
Copy link

Under v0.10.x

require('url').parse('/main.css',true).query => {}

But under v0.11.x it's null.

Is that designed on purpose?

@cjihrig
Copy link

cjihrig commented Jan 12, 2015

I believe this should have been fixed by b705b73 in #8332. Can you give it a try with 0.12. If it's still broken, we can reopen.

@cjihrig cjihrig closed this as completed Jan 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants