summaryrefslogtreecommitdiffstats
path: root/tests/HTTP/HTTPRequest1.data
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-08-24 09:32:27 +0200
committerGitHub <noreply@github.com>2016-08-24 09:32:27 +0200
commit6c57cc389cbbd43d40e160db311dc685557c95f7 (patch)
tree53c5a6a97c2a2ce8ec5c4984edbc855d396cd3b6 /tests/HTTP/HTTPRequest1.data
parentMerge pull request #3310 from cuberite/UrlClient (diff)
parentHTTP: Fixed empty headers parsing. (diff)
downloadcuberite-6c57cc389cbbd43d40e160db311dc685557c95f7.tar
cuberite-6c57cc389cbbd43d40e160db311dc685557c95f7.tar.gz
cuberite-6c57cc389cbbd43d40e160db311dc685557c95f7.tar.bz2
cuberite-6c57cc389cbbd43d40e160db311dc685557c95f7.tar.lz
cuberite-6c57cc389cbbd43d40e160db311dc685557c95f7.tar.xz
cuberite-6c57cc389cbbd43d40e160db311dc685557c95f7.tar.zst
cuberite-6c57cc389cbbd43d40e160db311dc685557c95f7.zip
Diffstat (limited to 'tests/HTTP/HTTPRequest1.data')
-rw-r--r--tests/HTTP/HTTPRequest1.data3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/HTTP/HTTPRequest1.data b/tests/HTTP/HTTPRequest1.data
index cac43c06c..cdfb7f7fb 100644
--- a/tests/HTTP/HTTPRequest1.data
+++ b/tests/HTTP/HTTPRequest1.data
@@ -1,5 +1,8 @@
GET /some/url HTTP/1.1
Note: This is a test of a regular request
Content-Length: 3
+Empty-Header:
+Almost-Empty-Header: a
+Two-Char-Header: 12
bla \ No newline at end of file