Searched refs:NGX_HTTP_V2_GOAWAY_SIZE (Results 1 – 1 of 1) sorted by relevance
43 #define NGX_HTTP_V2_GOAWAY_SIZE 8 macro2188 if (h2c->state.length < NGX_HTTP_V2_GOAWAY_SIZE) { in ngx_http_v2_state_goaway()2196 if (end - pos < NGX_HTTP_V2_GOAWAY_SIZE) { in ngx_http_v2_state_goaway()2201 h2c->state.length -= NGX_HTTP_V2_GOAWAY_SIZE; in ngx_http_v2_state_goaway()2206 pos += NGX_HTTP_V2_GOAWAY_SIZE; in ngx_http_v2_state_goaway()2879 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_GOAWAY_SIZE, in ngx_http_v2_send_goaway()