Added Hold verdict

This commit is contained in:
Granyaa
2026-01-15 16:02:02 +02:00
parent 9531f757a7
commit 9fea760316
9 changed files with 117 additions and 16 deletions

View File

@@ -265,6 +265,9 @@ SendDataNanoAttachmentAsync(NanoAttachment *attachment, AttachmentData *data)
case HTTP_RESPONSE_END: {
return SendResponseEndAsync(attachment, data);
}
case HOLD_DATA: {
return SendHoldDataAsync(attachment, data);
}
default:
break;
}