Hello!
On Thu, Mar 27, 2014 at 1:40 AM, Emile `iMil' Heitor wrote:
> $ curl --data "val=foo&val=bar&val=baz" -s http://localhost/modtest
> pâÐ (junk output)
>
> I know this is not the way set_form_input_multi should be used, nevertheless
> this looks like a non-initialized array.
>
No, the array is properly initialized. You're just outputting the
binary contents in the C struct, ngx_array_t.
Regards,
-agentzh