mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
Added Hold verdict
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user