mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
Added a signal after sending metadata, headers and endrequest
This commit is contained in:
@@ -94,6 +94,8 @@ SendMetadataAsyncImpl(
|
|||||||
is_verdict_requested
|
is_verdict_requested
|
||||||
);
|
);
|
||||||
|
|
||||||
|
signal_for_session_data(attachment, session_data_p->session_id, HTTP_REQUEST_METADATA);
|
||||||
|
|
||||||
return ctx.res;
|
return ctx.res;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -128,6 +130,8 @@ SendRequestHeadersAsyncImpl(
|
|||||||
is_verdict_requested
|
is_verdict_requested
|
||||||
);
|
);
|
||||||
|
|
||||||
|
signal_for_session_data(attachment, session_data_p->session_id, HTTP_REQUEST_HEADER);
|
||||||
|
|
||||||
return ctx.res;
|
return ctx.res;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -218,6 +222,8 @@ SendRequestEndAsyncImpl(
|
|||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
|
signal_for_session_data(attachment, session_data_p->session_id, HTTP_REQUEST_END);
|
||||||
|
|
||||||
return ctx.res;
|
return ctx.res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user