From 795764bf3afcc482917b250193166667e26185c0 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 11 Dec 2015 08:56:09 -0800 Subject: Hit a few more paths in http_server_filter.c, sockaddr_resolver.c --- test/core/bad_client/tests/badreq_2path.headers | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/core/bad_client/tests/badreq_2path.headers (limited to 'test/core/bad_client/tests/badreq_2path.headers') diff --git a/test/core/bad_client/tests/badreq_2path.headers b/test/core/bad_client/tests/badreq_2path.headers new file mode 100644 index 0000000000..0441e50c8c --- /dev/null +++ b/test/core/bad_client/tests/badreq_2path.headers @@ -0,0 +1,13 @@ +# headers used in badreq.c +# use tools/codegen/core/gen_header_frame.py to generate the binary strings +# contained in the source code +:path: /foo/bar +:path: /foo/bah +: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) + -- cgit v1.2.3