divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
53 stars 15 forks source link

Update batch mode-specific messages to include a length prefix. #3502

Open branlwyd opened 2 days ago

branlwyd commented 2 days ago

As before, we will (correctly) generate an invalidMessage error if we receive a message with an unknown batch mode, starting from an error generated at the point of parsing the batch mode discriminator byte.

branlwyd commented 2 days ago

Part of #3436.