Mihai Craiu

Results 1 issues of Mihai Craiu

Hi, It seems there is something wrong with parse_qsl function from .src/_apachemodule.c For this code: ``` from mod_python import apache from mod_python import util def index(req): apache.log_error('args: {}'.format(req.args)) apache.log_error('parse_qsl: {}'.format(util.parse_qsl(req.args)))...