Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c904 if (stream->in_closed) { in ngx_http_v2_state_data()
954 stream->in_closed = h2c->state.flags & NGX_HTTP_V2_END_STREAM_FLAG; in ngx_http_v2_state_read_data()
960 rc = ngx_http_v2_process_request_body(r, pos, size, stream->in_closed); in ngx_http_v2_state_read_data()
1167 stream->in_closed = h2c->state.flags & NGX_HTTP_V2_END_STREAM_FLAG; in ngx_http_v2_state_headers()
1943 stream->in_closed = 1; in ngx_http_v2_state_rst_stream()
2623 stream->in_closed = 1; in ngx_http_v2_push_stream()
3789 if (r->headers_in.content_length_n > 0 && r->stream->in_closed) { in ngx_http_v2_run_request()
3799 if (r->headers_in.content_length_n == -1 && !r->stream->in_closed) { in ngx_http_v2_run_request()
3854 if (r->request_body_no_buffering && !stream->in_closed) { in ngx_http_v2_read_request_body()
3897 if (stream->in_closed) { in ngx_http_v2_read_request_body()
[all …]
H A Dngx_http_v2.h211 unsigned in_closed:1; member