From b04af22b7844821794539c09508552afa41e83dc Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Wed, 23 Mar 2016 17:21:58 -0700
Subject: [PATCH] Expand corpus

---
 test/core/http/corpus/response5.txt | 5 +++++
 test/core/http/corpus/response6.txt | 5 +++++
 2 files changed, 10 insertions(+)
 create mode 100644 test/core/http/corpus/response5.txt
 create mode 100644 test/core/http/corpus/response6.txt

diff --git a/test/core/http/corpus/response5.txt b/test/core/http/corpus/response5.txt
new file mode 100644
index 0000000000..2630595713
--- /dev/null
+++ b/test/core/http/corpus/response5.txt
@@ -0,0 +1,5 @@
+HTTP/0.9 200 OK
+test: hello
+content-length: 4
+
+abcd
diff --git a/test/core/http/corpus/response6.txt b/test/core/http/corpus/response6.txt
new file mode 100644
index 0000000000..797b6ee773
--- /dev/null
+++ b/test/core/http/corpus/response6.txt
@@ -0,0 +1,5 @@
+HTTP/0.9 200 OK
+test: hello
+content-length: 6
+
+abcd
-- 
GitLab