| 82 | } |
| 83 | |
| 84 | static void finish_object_request(struct object_request *obj_req) |
| 85 | { |
| 86 | if (finish_http_object_request(obj_req->req)) |
| 87 | return; |
| 88 | |
| 89 | if (obj_req->req->rename == 0) |
| 90 | walker_say(obj_req->walker, "got %s\n", oid_to_hex(&obj_req->oid)); |
| 91 | } |
| 92 | |
| 93 | static void process_object_response(void *callback_data) |
| 94 | { |
no test coverage detected