diff options
author | Hongyu Chen <hongyu@google.com> | 2015-12-11 11:08:35 -0800 |
---|---|---|
committer | Hongyu Chen <hongyu@google.com> | 2015-12-11 11:08:35 -0800 |
commit | aa28ccc92291acc2ff527db72a9389ac2bd2034a (patch) | |
tree | fd7992b402380fdb01d5e193a7d3d8993876565b /test/core/bad_client/tests/simple_request.headers | |
parent | 0504a4443fb973f8cb3bc43f05bc1a73680fab59 (diff) | |
parent | 12fa8c83aff22c84ee92ea00c79b2f6236c93d26 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/core/bad_client/tests/simple_request.headers')
-rw-r--r-- | test/core/bad_client/tests/simple_request.headers | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/core/bad_client/tests/simple_request.headers b/test/core/bad_client/tests/simple_request.headers new file mode 100644 index 0000000000..691fac161a --- /dev/null +++ b/test/core/bad_client/tests/simple_request.headers @@ -0,0 +1,12 @@ +# headers used in simple_request.c +# use tools/codegen/core/gen_header_frame.py to generate the binary strings +# contained in the source code +:path: /foo/bar +:scheme: http +:method: POST +:authority: localhost +content-type: application/grpc +grpc-accept-encoding: identity,deflate,gzip +te: trailers +user-agent: bad-client grpc-c/0.12.0.0 (linux) + |