Closed kaos closed 10 years ago
It's this change, or change the default value for [get|post]_arg_decoded/2
to a binary (presumable empty, <<>>
). I think this is the most backward compatible change, as there may be code relying on the default value being the atom undefined
, where as this change fixes a crash to a non crash..
since
binary_to_list(undefined)
doesn't go down well.. ;)