HTTP2 session. More...
#include <netevent.h>
Data Fields | |
struct http2_stream * | first_stream |
first item in list of streams | |
struct comm_point * | c |
comm point containing buffer used to build answer in worker or module | |
int | is_drop |
session is instructed to get dropped (comm port will be closed) | |
int | postpone_drop |
postpone dropping the session, can be used to prevent dropping while being in a callback | |
HTTP2 session.
HTTP2 related info per comm point.