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:
parent
fe9937f331
commit
db9fd24f01
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue