-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Apply algorithm to response" is recursive with no base case #63
Comments
Can you take a look, @fmarier? |
It is used after all. I needed to search for a direct link to the anchor, instead of relying on Bikeshed's dfn-panels. |
So is there an issue after all? |
Yes, it's still recursive and doesn't use response. |
annevk
added a commit
that referenced
this issue
Feb 19, 2021
Corresponding Fetch PR: whatwg/fetch#1172. Closes #63. Helps with #83.
annevk
added a commit
that referenced
this issue
Feb 22, 2021
Corresponding Fetch PR: whatwg/fetch#1172. Closes #63. Helps with #83.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apply algorithm to response says:
If the user agent intends to consume the content without content-encodings, then that just loops infinitely.
I also note that response is never used. And that this algorithm is never called.
The text was updated successfully, but these errors were encountered: