Added strict matchers instead of using negative matcher
parent
cf13674ca8
commit
f611d700e7
|
@ -25,15 +25,11 @@ tcp:
|
|||
- "{{Host}}:10911"
|
||||
read-size: 2048
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "serializeTypeCurrentRPC"
|
||||
|
||||
- type: word
|
||||
part: raw
|
||||
words:
|
||||
- "HTTP/1.1"
|
||||
- "html"
|
||||
negative: true
|
||||
- serializeTypeCurrentRPC
|
||||
- language
|
||||
- opaque
|
||||
- version
|
||||
condition: and
|
Loading…
Reference in New Issue