diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-11 09:33:01 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-23 11:29:52 +0000 |
commit | f1bdc9a42a7d75f90cc0c1e4191f4ef1a016a11a (patch) | |
tree | 7867b606420df406a44c4ca5fa0852ecf44a1e83 /tests/data | |
parent | add parse_url fuzz test (diff) | |
download | monero-f1bdc9a42a7d75f90cc0c1e4191f4ef1a016a11a.tar.xz |
tests: add http client fuzz test
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/fuzz/http-client/RESP1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/fuzz/http-client/RESP1 b/tests/data/fuzz/http-client/RESP1 new file mode 100644 index 000000000..3046dc886 --- /dev/null +++ b/tests/data/fuzz/http-client/RESP1 @@ -0,0 +1,8 @@ +HTTP/1.1 200 Ok
+Server: Epee-based
+Content-Length: 5
+Content-Type: text/plain
+Last-Modified: Mon, 11 Dec 2017 09:03:03 GMT
+Accept-Ranges: bytes
+
+foo
|