lychee/fixtures
Matthias 03d28820bb
Extract more status information from reqwest (#577)
Recently we cleaned up the commandline output to trim away redundant
information like the URL, which occured twice.
Unfortunately we also removed helpful information from reqwest, which
could support the user in troubleshooting unexpected errors.

This commit reverts that.
We now extract the meaningful information from reqwest, without being
too verbose. For that we have to depend on the string output for the
reqwest error, but it's better than hiding that information from the user.
It is fragile as it depends on the reqwest internals, but in the worst case
we simply return the full error text in case our parsing won't work.
2022-04-02 14:37:03 +02:00
..
bench Extract more status information from reqwest (#577) 2022-04-02 14:37:03 +02:00
configs Fix default config (#491) 2022-02-07 23:17:50 +01:00
ignore Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
offline Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST.html feat: Support relative URLs (#15) 2020-10-21 01:31:06 +02:00
TEST.md Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_ALL_PRIVATE.md feat: Support relative URLs (#15) 2020-10-21 01:31:06 +02:00
TEST_CODE_BLOCKS.md Implement excluding code blocks (#523) 2022-03-26 10:42:56 +01:00
TEST_EMAIL.md Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_EXCLUDE_1.txt Added support for --exclude-file. 2021-09-03 16:29:57 +02:00
TEST_EXCLUDE_2.txt Added support for --exclude-file. 2021-09-03 16:29:57 +02:00
TEST_GITHUB.md Make GITHUB_TOKEN optional (#22) 2020-10-26 23:31:31 +01:00
TEST_GITHUB_404.md Make GITHUB_TOKEN optional (#22) 2020-10-26 23:31:31 +01:00
TEST_HTML5.html Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_HTML5_CUSTOM_ELEMENTS.html Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_HTML5_LOWERCASE_DOCTYPE.html Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_HTML5_MALFORMED_LINKS.html Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_HTML5_MINIFIED.html Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_HTTP.html Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_QUIRKS.txt Skip unsupported schemes (#236) 2021-04-26 17:16:58 +02:00
TEST_REPETITION_1.txt Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_REPETITION_2.txt Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_SCHEMES.md Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
TEST_SCHEMES.txt Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00