MCPcopy Create free account
hub / github.com/apache/httpd / is_unsafe

Function is_unsafe

modules/http2/h2_headers.c:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#if !AP_HAS_RESPONSE_BUCKETS
37
38static int is_unsafe(server_rec *s)
39{
40 core_server_config *conf = ap_get_core_module_config(s->module_config);
41 return (conf->http_conformance == AP_HTTP_CONFORMANCE_UNSAFE);
42}
43
44typedef struct {
45 apr_bucket_refcount refcount;

Callers 1

h2_headers_rcreateFunction · 0.70

Calls 1

Tested by

no test coverage detected