| 852 | } |
| 853 | |
| 854 | static 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 | |
| 863 | static int log_note(const ap_errorlog_info *info, const char *arg, |
| 864 | char *buf, int buflen) |
no test coverage detected