Added strict matchers instead of using negative matcher
parent
cf13674ca8
commit
f611d700e7
|
@ -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
|
|
Loading…
Reference in New Issue