Home
last modified time | relevance | path

Searched refs:last_sid (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h154 ngx_uint_t last_sid; member
H A Dngx_http_v2.c1095 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() local
2203 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()