diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-07 20:11:27 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-10 20:57:52 -0700 |
commit | 01c4d995d35958c64e65feb8193c5ce2e0845758 (patch) | |
tree | 0056af888ff66682166649dcb028b3c480b61dc4 /test/core/end2end/fuzzers/hpack.dictionary | |
parent | c28a6c1b3b4d68da7661997cd56d305b254a7d0b (diff) |
Added new features to load reporting.
- Propagation of (rpc) method name.
- Invocation of the hook at (call, channel) x (creation, destruction)
- Added enum to identify the source of invocation.
- Fixed testing. Went from test fixture to simple test.
Diffstat (limited to 'test/core/end2end/fuzzers/hpack.dictionary')
-rw-r--r-- | test/core/end2end/fuzzers/hpack.dictionary | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/core/end2end/fuzzers/hpack.dictionary b/test/core/end2end/fuzzers/hpack.dictionary index 097e9a8922..af075c09ef 100644 --- a/test/core/end2end/fuzzers/hpack.dictionary +++ b/test/core/end2end/fuzzers/hpack.dictionary @@ -63,7 +63,8 @@ "\x13if-unmodified-since" "\x0Dlast-modified" "\x04link" -"\x0Eload-reporting" +"\x16load-reporting-initial" +"\x17load-reporting-trailing" "\x08location" "\x0Cmax-forwards" "\x07:method" @@ -137,7 +138,8 @@ "\x00\x13if-unmodified-since\x00" "\x00\x0Dlast-modified\x00" "\x00\x04link\x00" -"\x00\x0Eload-reporting\x00" +"\x00\x16load-reporting-initial\x00" +"\x00\x17load-reporting-trailing\x00" "\x00\x08location\x00" "\x00\x0Cmax-forwards\x00" "\x00\x07:method\x03GET" |