Searched refs:current_stream (Results 1 – 3 of 3) sorted by relevance
212 client->current_stream->headers_sent = true; in send_headers_frame()425 if (client->current_stream == NULL) { in handle_http2_static_resource()447 client->current_stream->end_stream_sent = true; in handle_http2_static_resource()478 if (client->current_stream == NULL) { in handle_http2_static_fs_resource()549 client->current_stream->end_stream_sent = true; in handle_http2_static_fs_resource()567 if (client->current_stream->headers_sent && (rsp->header_count > 0 || rsp->status != 0)) { in http2_dynamic_response()572 if (!client->current_stream->headers_sent) { in http2_dynamic_response()591 client->current_stream->end_stream_sent = true; in http2_dynamic_response()606 client->current_stream->end_stream_sent = true; in http2_dynamic_response()629 if (client->current_stream == NULL) { in dynamic_get_del_req_v2()[all …]
434 client->current_stream = NULL; in init_client_ctx()
394 struct http2_stream_ctx *current_stream; member438 struct http2_stream_ctx *current_stream; member