Skip to content
Snippets Groups Projects
Commit ce4c3413 authored by Craig Tiller's avatar Craig Tiller
Browse files

Add an unusual accept-encoding

parent 08f477ec
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"\x10\x0c" \ "\x10\x0c" \
"content-type\x10" \ "content-type\x10" \
"application/grpc" \ "application/grpc" \
"\x10\x14grpc-accept-encoding\x15identity,deflate,gzip" \ "\x10\x14grpc-accept-encoding\x15""deflate,identity,gzip" \
"\x10\x02te\x08trailers" \ "\x10\x02te\x08trailers" \
"\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)" "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)"
......
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
:method: POST :method: POST
host: localhost host: localhost
content-type: application/grpc+this-is-valid content-type: application/grpc+this-is-valid
grpc-accept-encoding: identity,deflate,gzip grpc-accept-encoding: deflate,identity,gzip
te: trailers te: trailers
user-agent: bad-client grpc-c/0.12.0.0 (linux) user-agent: bad-client grpc-c/0.12.0.0 (linux)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment