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
RFC 7959 states that the size2 option in a request should cause server to provide the full file size. This does not seem to happen when I try it. Not 100% positive aiocoap is to blame, but the client uses a library that supposedly works well with other coap file servers.
Is this expected?
The text was updated successfully, but these errors were encountered:
It does not yet (similar to how it didn't send block1 until recently).
I don't really plan to provide size2 conditional on the size2 in the request -- I consider that a slightly weird feature, and would rather send size2 unconditionally in the first block unless there are specific reasons not to do that.
RFC 7959 states that the size2 option in a request should cause server to provide the full file size. This does not seem to happen when I try it. Not 100% positive aiocoap is to blame, but the client uses a library that supposedly works well with other coap file servers.
Is this expected?
The text was updated successfully, but these errors were encountered: