diff options
author | Mattes D <github@xoft.cz> | 2016-08-24 09:32:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 09:32:27 +0200 |
commit | 6c57cc389cbbd43d40e160db311dc685557c95f7 (patch) | |
tree | 53c5a6a97c2a2ce8ec5c4984edbc855d396cd3b6 /tests/HTTP/HTTPResponse1.data | |
parent | Merge pull request #3310 from cuberite/UrlClient (diff) | |
parent | HTTP: Fixed empty headers parsing. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | tests/HTTP/HTTPResponse1.data | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/HTTP/HTTPResponse1.data b/tests/HTTP/HTTPResponse1.data index 97e0b23c3..f6eb47217 100644 --- a/tests/HTTP/HTTPResponse1.data +++ b/tests/HTTP/HTTPResponse1.data @@ -6,5 +6,6 @@ Note3: The data is 2 bytes longer than the actual request, parser should indicat Header1: Value1
Header2: Value2
Content-Length: 3
+Empty-Header:
bla
|