v20.40.0
uNetworkingAB
released this
30 Apr 21:54
·
142 commits
to master
since this release
Fixes an edge case where URI querystrings with keys with no value gets interpreted as invalid querystring.
Now the querystring "?one=&two=hello%20world" is considered valid, and HttpRequest.getQuery("two") will return "hello world" like it should.
This release also adds testing for the above case.