| 7769 | * of a "completed" wrapper marked failed in a sub-field. */ |
| 7770 | const char *event_type = "response.completed"; |
| 7771 | if (finish && !strcmp(finish, "error")) event_type = "response.failed"; |
| 7772 | else if (finish && !strcmp(finish, "length")) event_type = "response.incomplete"; |
| 7773 | const char *status = responses_status_for_finish(finish); |
| 7774 | |
| 7775 | buf b = {0}; |
| 7776 | buf_printf(&b, |
no outgoing calls
no test coverage detected