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

Function log_header

server/log.c:854–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854static int log_header(const ap_errorlog_info *info, const char *arg,
855 char *buf, int buflen)
856{
857 if (info->r)
858 return log_table_entry(info->r->headers_in, arg, buf, buflen);
859
860 return 0;
861}
862
863static int log_note(const ap_errorlog_info *info, const char *arg,
864 char *buf, int buflen)

Callers 1

do_errorlog_defaultFunction · 0.70

Calls 1

log_table_entryFunction · 0.85

Tested by

no test coverage detected