diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-08 14:52:40 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-08 14:52:40 +0200 |
commit | badceb8dfa8b54ff6da55e9a2188da53ad1aa8e8 (patch) | |
tree | 5332436d7e74723db680d7430adf3b483e3daaae /test/data | |
parent | Add FeatureSummary to CMakeLists (diff) | |
download | smolbote-badceb8dfa8b54ff6da55e9a2188da53ad1aa8e8.tar.xz |
Multithreading UrlRequestInterceptor
- Add parse() free function to UrlRequestInterceptor
- hostlists are loaded in parallel via QtConcurrent
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/hostlist.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/hostlist.txt b/test/data/hostlist.txt new file mode 100644 index 0000000..d228e1d --- /dev/null +++ b/test/data/hostlist.txt @@ -0,0 +1,2 @@ +0.0.0.0 somehost.org +0.0.0.0 host1.org host2.org |