Use built-in "ns_parsequery" instead of manual parsing of query parameters. Note, that this change might alter query processing, since previ…
Show more
Use built-in "ns_parsequery" instead of manual parsing of query parameters.Note, that this change might alter query processing, since previouslyquery parameter without explicit values were treated as boolean values(like in HTML), now these are treated like "x=" before. The new version isabout 10x faster.Furthermore, new tests of the regression tests were added for query parameterprocessing.
Show less