Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: third_party/grpc/test/core/bad_client/tests/badreq_content_type.headers

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/grpc/test/core/bad_client/tests/badreq_content_type.headers
diff --git a/third_party/grpc/test/core/bad_client/tests/badreq_content_type.headers b/third_party/grpc/test/core/bad_client/tests/badreq_content_type.headers
new file mode 100644
index 0000000000000000000000000000000000000000..ed8d798f1956d3082d722b5c928391d779dd985f
--- /dev/null
+++ b/third_party/grpc/test/core/bad_client/tests/badreq_content_type.headers
@@ -0,0 +1,11 @@
+# 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
+:scheme: http
+:method: POST
+:authority: localhost
+content-type: text/html
+grpc-accept-encoding: identity,deflate,gzip
+te: trailers
+user-agent: bad-client grpc-c/0.12.0.0 (linux)

Powered by Google App Engine
This is Rietveld 408576698