diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-04-27 13:45:54 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-04-27 13:45:54 +0200 |
commit | 51d779256c74cc541da306db5629ed510df5a944 (patch) | |
tree | ec23431d0b9b3dac2a2a8ac8f7201e9da9c58632 /deps/cpp-httplib/test/www | |
parent | da307fb4c6b5028d50c09dec7265ce8715e035d5 (diff) |
Switched from slow blocking cpp-httplib to libevent2.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'deps/cpp-httplib/test/www')
-rw-r--r-- | deps/cpp-httplib/test/www/dir/index.html | 8 | ||||
-rw-r--r-- | deps/cpp-httplib/test/www/dir/test.abcde | 1 | ||||
-rw-r--r-- | deps/cpp-httplib/test/www/dir/test.html | 1 |
3 files changed, 0 insertions, 10 deletions
diff --git a/deps/cpp-httplib/test/www/dir/index.html b/deps/cpp-httplib/test/www/dir/index.html deleted file mode 100644 index be3c05f..0000000 --- a/deps/cpp-httplib/test/www/dir/index.html +++ /dev/null @@ -1,8 +0,0 @@ -<html> -<head> -</head> -<body> - <a href="/dir/test.html">Test</a> - <a href="/hi">hi</a> -</body> -</html> diff --git a/deps/cpp-httplib/test/www/dir/test.abcde b/deps/cpp-httplib/test/www/dir/test.abcde deleted file mode 100644 index 6a81654..0000000 --- a/deps/cpp-httplib/test/www/dir/test.abcde +++ /dev/null @@ -1 +0,0 @@ -abcde
\ No newline at end of file diff --git a/deps/cpp-httplib/test/www/dir/test.html b/deps/cpp-httplib/test/www/dir/test.html deleted file mode 100644 index 6d70cd0..0000000 --- a/deps/cpp-httplib/test/www/dir/test.html +++ /dev/null @@ -1 +0,0 @@ -test.html
\ No newline at end of file |