Searched refs:current_stream (Results 1 – 3 of 3) sorted by relevance
366 if (client->current_stream == NULL) { in handle_http2_static_resource()380 client->current_stream->headers_sent = true; in handle_http2_static_resource()390 client->current_stream->end_stream_sent = true; in handle_http2_static_resource()420 if (client->current_stream == NULL) { in handle_http2_static_fs_resource()468 client->current_stream->headers_sent = true; in handle_http2_static_fs_resource()488 client->current_stream->end_stream_sent = true; in handle_http2_static_fs_resource()505 if (client->current_stream->headers_sent && (rsp->header_count > 0 || rsp->status != 0)) { in http2_dynamic_response()510 if (!client->current_stream->headers_sent) { in http2_dynamic_response()529 client->current_stream->end_stream_sent = true; in http2_dynamic_response()539 client->current_stream->headers_sent = true; in http2_dynamic_response()[all …]
415 client->current_stream = NULL; in init_client_ctx()
383 struct http2_stream_ctx *current_stream; member424 struct http2_stream_ctx *current_stream; member