diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-23 17:21:58 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-23 17:21:58 -0700 |
commit | b04af22b7844821794539c09508552afa41e83dc (patch) | |
tree | 31867f9d9ff11906fdb18718af84cf95bbe0fcf5 /test/core/http | |
parent | 9366684d9fc6c9dbc21a97702959ea0952bbca3d (diff) |
Expand corpus
Diffstat (limited to 'test/core/http')
-rw-r--r-- | test/core/http/corpus/response5.txt | 5 | ||||
-rw-r--r-- | test/core/http/corpus/response6.txt | 5 |
2 files changed, 10 insertions, 0 deletions
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 |