Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_proxy_req_create
Function
h2_proxy_req_create
modules/http2/h2_proxy_util.c:600–603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
h2_proxy_request *h2_proxy_req_create(int id, apr_pool_t *pool)
601
{
602
return h2_proxy_req_createn(id, pool, NULL, NULL, NULL, NULL, NULL);
603
}
604
605
typedef struct {
606
apr_table_t *headers;
Callers
1
open_stream
Function · 0.85
Calls
1
h2_proxy_req_createn
Function · 0.85
Tested by
no test coverage detected