diff options
author | Mattes D <github@xoft.cz> | 2016-01-03 16:07:53 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-03-01 16:19:57 +0100 |
commit | 1d05fc95aeb67876452c9e25d67b18fc18d1765d (patch) | |
tree | 5b76aaca50c7d6ad9c02ff3652a732e267372461 /tests/HTTP/HTTPResponse1.data | |
parent | Renamed HTTPServer folder to HTTP. (diff) | |
download | cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.gz cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.bz2 cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.lz cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.xz cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.tar.zst cuberite-1d05fc95aeb67876452c9e25d67b18fc18d1765d.zip |
Diffstat (limited to 'tests/HTTP/HTTPResponse1.data')
-rw-r--r-- | tests/HTTP/HTTPResponse1.data | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/HTTP/HTTPResponse1.data b/tests/HTTP/HTTPResponse1.data new file mode 100644 index 000000000..b97e58afd --- /dev/null +++ b/tests/HTTP/HTTPResponse1.data @@ -0,0 +1,9 @@ +HTTP/1.0 200 OK
+Note: This is a test of a regular response with Content-Length set
+ (identity transfer encoding)
+Note2: The above header also tests multi-line header lines
+Header1: Value1
+Header2: Value2
+Content-Length: 3
+
+bla
|