mirror of
https://github.com/openappsec/attachment.git
synced 2025-11-17 09:45:30 +03:00
add waf tag changes to openappsec (#35)
Co-authored-by: wiaamm <wiaamm@checkpoint.com>
This commit is contained in:
@@ -138,6 +138,7 @@ ngx_http_cp_content_length_sender(
|
||||
/// - #RESPONSE_HEADER
|
||||
/// @param[in] cur_request_id Request session's Id.
|
||||
/// @param[in, out] num_messages_sent Number of messages sent will be saved onto this parameter.
|
||||
/// @param[in, out] waf_tag WAF tag to be sent.
|
||||
/// @returns ngx_int_t
|
||||
/// - #NGX_OK
|
||||
/// - #NGX_ERROR
|
||||
@@ -147,7 +148,8 @@ ngx_http_cp_header_sender(
|
||||
ngx_list_part_t *headers,
|
||||
ngx_http_chunk_type_e header_type,
|
||||
uint32_t cur_request_id,
|
||||
ngx_uint_t *num_messages_sent
|
||||
ngx_uint_t *num_messages_sent,
|
||||
ngx_str_t *waf_tag
|
||||
);
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user