Skip to content
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

Node 12: http response.close is always triggered #31394

Closed
Srinivas-Vemula opened this issue Jan 17, 2020 · 4 comments
Closed

Node 12: http response.close is always triggered #31394

Srinivas-Vemula opened this issue Jan 17, 2020 · 4 comments
Labels
http Issues or PRs related to the http subsystem.

Comments

@Srinivas-Vemula
Copy link

Version: v12.13.1
Platform: Darwin Kernel Version 18.7.0: Sun Dec 1 18:59:03 PST 2019; root:xnu-4903.278.19~1/RELEASE_X86_64 x86_64

we are seeing the same issue that is reported on the issue #21063 on NodeJS V12
Also verified the same in:
V10.18.0 - its working
V12.13.0 - its not working
v13.6.0 - its not working

@mscdex
Copy link
Contributor

mscdex commented Jan 17, 2020

Assuming "it's not working" actually means that 'close' is always being emitted, then that is expected. That behavior was only reverted for node v10.x.

@Srinivas-Vemula
Copy link
Author

Yes, the 'close' is always being emitted.
with the 'close' always being emitted, when my project is upgraded to NodeJs v12.X, i see some BOSH http-bind requests are getting closed abruptly and seeing a weird behavior, where this project is successfully working on NodeJs V8.x and V10.x

@rexagod
Copy link
Member

rexagod commented Jun 11, 2020

@Srinivas-Vemula Can you post a working reproduction of this issue?

@targos
Copy link
Member

targos commented Dec 26, 2020

closing because there was no follow-up

@targos targos closed this as completed Dec 26, 2020
@targos targos added the http Issues or PRs related to the http subsystem. label Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http Issues or PRs related to the http subsystem.
Projects
None yet
Development

No branches or pull requests

4 participants