Added strict matchers instead of using negative matcher

patch-1
sandeep 2023-07-31 14:43:27 +05:30
parent cf13674ca8
commit f611d700e7
1 changed files with 5 additions and 9 deletions

View File

@ -25,15 +25,11 @@ tcp:
- "{{Host}}:10911" - "{{Host}}:10911"
read-size: 2048 read-size: 2048
matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- "serializeTypeCurrentRPC" - serializeTypeCurrentRPC
- language
- type: word - opaque
part: raw - version
words: condition: and
- "HTTP/1.1"
- "html"
negative: true