mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-03-31 22:33:18 +02:00
more tolerant CBOR
This commit is contained in:
@@ -414,7 +414,8 @@
|
|||||||
|
|
||||||
var ret = decodeItem();
|
var ret = decodeItem();
|
||||||
if (offset !== data.byteLength)
|
if (offset !== data.byteLength)
|
||||||
throw "Remaining bytes";
|
console.warn("Remaining bytes")
|
||||||
|
//throw "Remaining bytes";
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user