-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: ResponseController may cause infinite loop #66350
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
Labels
Comments
I think we can add a loop limit like 1000 in the above code. |
may be change the code to:
|
cc @neild |
Don't do that? That seems like a clear bug in the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Go version
go version devel go1.23-d42cd452dc Tue Feb 20 06:04:31 2024 +0000 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
infinite loop
What did you expect to see?
the program end normally
The text was updated successfully, but these errors were encountered: