DataFlags

The flags used to set in |data_flags| output parameter in DataSource.read_callback

Values

ValueMeaning
NONE0

No flag set.

EOF0x01

Indicates EOF was sensed.

NO_END_STREAM0x02

Indicates that END_STREAM flag must not be set even if EOF is set. Usually this flag is used to send trailer header fields with submitRequest() or submitResponse() Note: unused at the moment

NO_COPY0x04

Indicates that application will send complete DATA frame in Connector.writeData

Meta