Jannis Rautenstrauch
Jannis Rautenstrauch
I was on Linux 4.15.0-202-generic, but I updated to Linux 5.4.0-136-generic today and the issue persists.
I installed everything in a fresh operation system and get another similar issue: ``` >>> a = subprocess.check_output(["python", "bin/redbot_cli", "-a", "-o", "har", "http://example.org/"]) Traceback (most recent call last): File "/home/exp/spec_test/redbot/bin/redbot_cli",...
I just realized the errors only occur when using `http://` (then it fails almost always and only succeeds roughly every fifth run). When using `https://` there is no problem and...
The new install is using Ubuntu 22.04 LTS with a 4.19 kernel and Python 3.10.6. The first system is inside a VM, the second one inside an lxc container. Both...
I just checked on both machines (now updated to 6.1.38) and both still crash on HTTP with the respective error messages. - `OSError: [Errno 101] Network is unreachable` with python3.10...
Sure: ```bash $ python -m thor.http.client http://www.example.com/ :128: RuntimeWarning: 'thor.http.client' found in sys.modules after import of package 'thor.http', but prior to execution of 'thor.http.client'; this may result in unpredictable behaviour...
@UribeHG You can run the tests by visiting https://privacytests.org/me.html (#198) I agree this should be easily visible on the landing page.
> Before this PR gets approved, you can simply clone the repo, manually add the changes that @RoBaaaT made (just two lines. Thank you for this important fix!) and execute...
I would like to join as either an author or an analyst for this chapter.
Several other differences I discovered: 1. Space (or tab) between `header-name` and `:`, e.g., `x-frame-options : DENY`: - [HTTP spec](https://www.rfc-editor.org/rfc/rfc9112.html#name-field-line-parsing) says that servers MUST reject such responses and proxies must...