mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
commit
711bf5686a
@ -187,7 +187,7 @@ ngx_add_event_id_to_header(ngx_http_request_t *request)
|
||||
{
|
||||
u_char *uuid = (u_char *)get_web_response_uuid();
|
||||
ngx_uint_t uuid_size = get_web_response_uuid_size();
|
||||
static u_char uuid_key[] = { 'x', '_', 'e', 'v', 'e', 'n', 't', '_', 'i', 'd' };
|
||||
static u_char uuid_key[] = { 'X', '-', 'E', 'v', 'e', 'n', 't', '-', 'I', 'D' };
|
||||
|
||||
write_dbg(
|
||||
DBG_LEVEL_WARNING,
|
||||
|
@ -406,7 +406,7 @@ create_modification_node(ngx_http_cp_inject_data_t *modification, ngx_http_reque
|
||||
Injection position: %d, \
|
||||
Injection size: %d, \
|
||||
Original buffer index: %d, \
|
||||
Data: %s, \
|
||||
Modification data: %s, \
|
||||
Should change data: %d",
|
||||
modification_node->modification.is_header,
|
||||
modification_node->modification.injection_pos,
|
||||
@ -505,7 +505,7 @@ ngx_http_cp_reply_receiver(
|
||||
|
||||
*verdict = reply_p->verdict;
|
||||
|
||||
write_dbg(DBG_LEVEL_TRACE, "Verdict %d received", *verdict);
|
||||
write_dbg(DBG_LEVEL_TRACE, "Verdict %d received, number of repiles left: %d", *verdict, *expected_replies);
|
||||
|
||||
switch(*verdict) {
|
||||
case TRAFFIC_VERDICT_INJECT: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user