Unknown HTTP status code handling #2025
-
|
Currently This came up with linkedin, which returns 999 (because of course they do). import httpx
a = httpx.get("https://www.linkedin.com/in/abc/") |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for noting this @rkben. We're moving to have more relaxed handling here. This pull request on |
Beta Was this translation helpful? Give feedback.
Thanks for noting this @rkben. We're moving to have more relaxed handling here.
This pull request on
h11resolves the issue - python-hyper/h11#140Once that's merged and released then the behaviour will be to not raise an error on that case.