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

Unified Diff: components/grpc_support/test/quic_test_server.h

Issue 2776583004: Use 64kb read buffer in CRNHttpProtocolHandler on iOS. (Closed)
Patch Set: Self review and cleanup. Created 3 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: components/grpc_support/test/quic_test_server.h
diff --git a/components/grpc_support/test/quic_test_server.h b/components/grpc_support/test/quic_test_server.h
index 06ff549a9c8bbd8daf71e2bff40152d0c20e8e3c..afb5828fe7aeaacf521c6044267ad1c85052c24b 100644
--- a/components/grpc_support/test/quic_test_server.h
+++ b/components/grpc_support/test/quic_test_server.h
@@ -29,6 +29,13 @@ extern const char kHelloHeaderValue[];
extern const char kHelloTrailerName[];
extern const char kHelloTrailerValue[];
+// Simple Url returns response without HTTP/2 trailers.
+extern const char kTestServerSimpleUrl[];
+extern const char kSimpleBodyValue[];
+extern const char kSimpleStatus[];
+extern const char kSimpleHeaderName[];
+extern const char kSimpleHeaderValue[];
+
} // namespace grpc_support
#endif // COMPONENTS_CRONET_IOS_TEST_QUIC_TEST_SERVER_H_

Powered by Google App Engine
This is Rietveld 408576698