mirror of https://github.com/grpc/grpc-node.git
Test header splitting behavior
This commit is contained in:
parent
4ef8abddf2
commit
c6deb79269
|
@ -295,6 +295,7 @@ describe('Metadata', () => {
|
|||
key1: 'value1',
|
||||
key2: ['value2'],
|
||||
key3: ['value3a', 'value3b'],
|
||||
key4: ['part1, part2'],
|
||||
'key-bin': [
|
||||
'AAECAwQFBgcICQoLDA0ODw==',
|
||||
'EBESExQVFhcYGRobHB0eHw==',
|
||||
|
@ -307,6 +308,7 @@ describe('Metadata', () => {
|
|||
['key1', ['value1']],
|
||||
['key2', ['value2']],
|
||||
['key3', ['value3a', 'value3b']],
|
||||
['key4', ['part1, part2']],
|
||||
[
|
||||
'key-bin',
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue