The flags of DATA frame. We use separate flags here and http2_data frame. The latter contains flags actually sent to peer. This |flags| may contain END_STREAM and only when |eof| becomes nonzero, flags in http2_data has END_STREAM set.
See Implementation
The flags of DATA frame. We use separate flags here and http2_data frame. The latter contains flags actually sent to peer. This |flags| may contain END_STREAM and only when |eof| becomes nonzero, flags in http2_data has END_STREAM set.