1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

return unsupported for arrays

This commit is contained in:
Rene Schallner 2023-09-12 20:06:51 +02:00
parent fe9937f331
commit db9fd24f01

View file

@ -662,6 +662,7 @@ pub fn Fiobj2HttpParam(o: fio.FIOBJ, a: std.mem.Allocator, dupe_string: bool) !?
},
fio.FIOBJ_T_ARRAY => {
std.log.warn("WARNING: HTTP param binary file as array object is not implemented\n", .{});
return .{ .Unsupported = null };
},
else => {
// don't know what to do