From: Lukas Fleischer Date: Thu, 29 Sep 2016 06:38:45 +0000 (+0200) Subject: Simplify http_parse_querystring() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/927b0ae30c84fbfce877e35415681dce6eba0229?hp=927b0ae30c84fbfce877e35415681dce6eba0229 Simplify http_parse_querystring() Instead of reimplementing URL parameter parsing from scratch, use url_decode_parameter_name() and url_decode_parameter_value() which are already provided by Git. Also, change the return type of http_parse_querystring() to void since its only caller already ignores the return value. Signed-off-by: Lukas Fleischer ---