-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
http: ServerRequest & ServerResponse does not set destroyed false #33147
Labels
http
Issues or PRs related to the http subsystem.
Comments
ronag
changed the title
http: ServerRequest & ServerResponse destroyed
http: ServerRequest & ServerResponse does not set destroyed false
Apr 29, 2020
This was referenced Jan 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#33131 and #33120 fix this for client side, we should do the same thing server side and ensure that streams that have emitted
'close'
also havedestroyed
set tofalse
The text was updated successfully, but these errors were encountered: