aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-09 10:04:28 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-09 10:04:28 -0800
commitce4c34139b7bc0e106e158866bda76f0348ac1cf (patch)
tree2d8ee8b0a52bb44c0569e5a36d63cbe3f028ef6b /test/core/bad_client/tests
parent08f477ecc9c26f725fc50104bf9b2bf003c2e1a1 (diff)
Add an unusual accept-encoding
Diffstat (limited to 'test/core/bad_client/tests')
-rw-r--r--test/core/bad_client/tests/simple_request.c2
-rw-r--r--test/core/bad_client/tests/simple_request_unusual.headers2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/core/bad_client/tests/simple_request.c b/test/core/bad_client/tests/simple_request.c
index 5ded520fee..e09e764dbb 100644
--- a/test/core/bad_client/tests/simple_request.c
+++ b/test/core/bad_client/tests/simple_request.c
@@ -51,7 +51,7 @@
"\x10\x0c" \
"content-type\x10" \
"application/grpc" \
- "\x10\x14grpc-accept-encoding\x15identity,deflate,gzip" \
+ "\x10\x14grpc-accept-encoding\x15""deflate,identity,gzip" \
"\x10\x02te\x08trailers" \
"\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)"
diff --git a/test/core/bad_client/tests/simple_request_unusual.headers b/test/core/bad_client/tests/simple_request_unusual.headers
index 6750302f5c..ad14f24d3e 100644
--- a/test/core/bad_client/tests/simple_request_unusual.headers
+++ b/test/core/bad_client/tests/simple_request_unusual.headers
@@ -6,6 +6,6 @@
:method: POST
host: localhost
content-type: application/grpc+this-is-valid
-grpc-accept-encoding: identity,deflate,gzip
+grpc-accept-encoding: deflate,identity,gzip
te: trailers
user-agent: bad-client grpc-c/0.12.0.0 (linux)