Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.6 KB

stop-stream.md

File metadata and controls

26 lines (15 loc) · 1.6 KB
description
Stops a long-lived stream previously started

Stop Stream

Request

A stop stream request is usually sent by the server to stop receiving data from a connected client, i.e., when an existing stream has been closed.

Header

FieldValueDescription
Message Type0x09Start Stream
Message SizevarintRemaining Message Length

Body

FieldIdentifierTypeMandatoryValue
Stream Id0x01varintYesStream identifier to stop.
Parameters0x02anyNo
Payload0x03anyNo

Response

Message Description
Ok Should answer with an OK if it is able to stop the requested stream.
Error Should answer with an error if the target stream is not enabled.