From dda6a2ec7d9da4b936533170fe92018bc919c009 Mon Sep 17 00:00:00 2001 From: TeoV Date: Thu, 8 Nov 2018 06:04:45 -0500 Subject: [PATCH] Sync http tls config with http --- data/conf/samples/httpagenttls/httpagent.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/conf/samples/httpagenttls/httpagent.json b/data/conf/samples/httpagenttls/httpagent.json index 6ed53fb1c..92a7cfbff 100755 --- a/data/conf/samples/httpagenttls/httpagent.json +++ b/data/conf/samples/httpagenttls/httpagent.json @@ -21,6 +21,10 @@ "reply_fields":[ {"tag": "Allow", "field_id": "response.Allow", "type": "*constant", "value": "1", "mandatory": true}, + {"tag": "Concatenated1", "field_id": "response.Concatenated", "type": "*composed", + "value": "~*req.MCC;/", "mandatory": true}, + {"tag": "Concatenated2", "field_id": "response.Concatenated", "type": "*composed", + "value": "Val1"}, {"tag": "MaxDuration", "field_id": "response.MaxDuration", "type": "*constant", "value": "1200", "blocker": true}, {"tag": "Unused", "field_id": "response.Unused", "type": "*constant",