You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it also allowed to send:
1000 Bytes payload split to 400 + 100 + 200 + 300 Bytes ?
I must admit that I have no real use case for this but the specification should be clear on that. Otherwise some verifiers might implement it that way and break compatibility.
The text was updated successfully, but these errors were encountered:
As the MTU is negotiated, the chunk size is expected to follow the MTU size except the last one. The total content size is known so the last chunk can be less.
so 1000 Bytes payload split to 400 + 400 + 200 Bytes is correct if the negotiated MTU is ~400
Regarding
openid4vp_ble/main.md
Line 332 in e5370d5
Are all chunks (except the last one) of the same size?
Example:
1000 Bytes payload split to 400 + 400 + 200 Bytes
Is it also allowed to send:
1000 Bytes payload split to 400 + 100 + 200 + 300 Bytes ?
I must admit that I have no real use case for this but the specification should be clear on that. Otherwise some verifiers might implement it that way and break compatibility.
The text was updated successfully, but these errors were encountered: