On 2019-05-10 15:26 +0200, Peter Dimitrov wrote:
> uri_string:dissect_query/1 is already fixed on master so it will be
> available in OTP-22:
>
> 1> uri_string:dissect_query("b=12&a").
> [{"b","12"},{"a",true}]
> 2>
>
> BR/Peter
Thanks. That is great news. Is there a plan to fix it in OTP 21?
Leo