Skip to content

ItemCreateJob: throw error when server requests mismatched payload part

Daniel Vrátil requested to merge work/dvratil/fix-itemcreatehandlertest into master

The PartStreamer on the server always asks for Part metadata first, then for the actual Part data. The ItemCreateJob now checks that this is the case and sets an error should the server get confused.

Merge request reports