Searched refs:last_sid (Results 1 – 2 of 2) sorted by relevance
154 ngx_uint_t last_sid; member
1095 if (h2c->state.sid % 2 == 0 || h2c->state.sid <= h2c->last_sid) { in ngx_http_v2_state_headers()1098 "%ui, the last was %ui", h2c->state.sid, h2c->last_sid); in ngx_http_v2_state_headers()1103 h2c->last_sid = h2c->state.sid; in ngx_http_v2_state_headers()2185 ngx_uint_t last_sid, error; in ngx_http_v2_state_goaway() local2203 last_sid = ngx_http_v2_parse_sid(pos); in ngx_http_v2_state_goaway()2210 last_sid, error); in ngx_http_v2_state_goaway()2877 h2c->last_sid, status); in ngx_http_v2_send_goaway()2888 buf->last = ngx_http_v2_write_sid(buf->last, h2c->last_sid); in ngx_http_v2_send_goaway()