HeadersAuxData

struct used for HEADERS and PUSH_PROMISE frame

Members

Variables

attach_stream
bool attach_stream;

nonzero if this item should be attached to stream object to make it under priority control

canceled
bool canceled;

nonzero if request HEADERS is canceled. The error code is stored in |error_code|.

data_prd
DataProvider data_prd;
Undocumented in source.
error_code
FrameError error_code;

error code when request HEADERS is canceled by RST_STREAM while it is in queue.

stream_user_data
void* stream_user_data;
Undocumented in source.

Meta