POSTing data without this patch results in http-body.util:slurp-stream calling make-array with a string dimensions argument, which it responds to with a very cryptic warning:
The value
"464"
is not of type
(OR LIST (MOD 4611686018427387901))
when binding SB-VM::DIMENSIONS
POSTing data without this patch results in
http-body.util:slurp-stream
callingmake-array
with a stringdimensions
argument, which it responds to with a very cryptic warning:and results in a 400 Bad Request.