Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLoaded events trigger on failed HTTP requests #8819
Labels
Comments
|
I suspect this is caused by the problems that #8678 is intended to fix. That is, presumably the connections are blocked but the resulting error page is treated as a valid network response by the listeners. |
|
Sounds totally plausible! |
|
I suspect this is a dupe of #1719, but not positive |
|
This was fixed, AFAIK. |
|
@nox I don't think so, https://badssl.com/dashboard/ shows every single result as connected - no error events fired. |
|
Oh, misread it. Thanks for the quick reaction. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not quite sure which APIs cause this issue, but here is the symptom:
This is because some browser API is reporting a success, even though the HTTPS request failed (correctly).