Unknown HTTP status code handling #2025
Answered
by
lovelydinosaur
rkben
asked this question in
Potential Issue
|
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/") |
Answered by
lovelydinosaur
Jan 11, 2022
Replies: 1 comment
|
Thanks for noting this @rkben. We're moving to have more relaxed handling here. This pull request on |
0 replies
Answer selected by
lovelydinosaur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.