fdeschamps
fdeschamps
From the tests, it seems that utils.deep_copy is changing the type of empty json arrays, I'll look into that.
The deep_copy function was not copying the metadata `ARRAY_MT` from `cjson`, which is weird because `deep_copy` is copying metatables by default. I found out that changing `deep_copy` to copy metatables...
To hit the bug (unexpected behavior), I was only using a feature of the `tcp-log` plugin that permit to modify the log object. I'm not a plugin coder that can...
> @fdeschamps Do you have time to address the feedback provided above? Not very much time and I don't have enough expertise either. Also we have the first patch I...
I thought it worked because it fixed the error, so I submitted the patch. But you're right I don't have `accepted`, `handled` and `total` variables in the response.