Commit 7ce9c4ae introduced an incompatible API change in HTTP.Server.Request.parse_variables. We have an inheriting class that calls parse_variables() without arguments, which now fails to compile. Should the new parameter âshortâ be declared âvoid|intâ ?
Looks reasonable.