| 240 | } |
| 241 | |
| 242 | static void get_idx_file(struct strbuf *hdr, char *name) |
| 243 | { |
| 244 | select_getanyfile(hdr); |
| 245 | hdr_cache_forever(hdr); |
| 246 | send_local_file(hdr, "application/x-git-packed-objects-toc", name); |
| 247 | } |
| 248 | |
| 249 | static void http_config(void) |
| 250 | { |
nothing calls this directly
no test coverage detected