-
Notifications
You must be signed in to change notification settings - Fork 93
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
HTTP2 Proxy always falls #51
Comments
which version of Node.js are you using? |
i use Node js node-v10.15.3-x64 LTS
i need only redirect from my domain on my servers
One request work file Server port 3000
|
Ouch, it's a bug in Node core - I thought I fixed it in nodejs/node#24723, but I didn't. Unfortunately it'll have to get fixed there first. |
remains await new node js |
The http1 implementation does not throw if the connection is down. The http2 compat implementation should do the same. See: fastify/fastify-http-proxy#51. See: fastify/fastify#1494.
The http1 implementation does not throw if the connection is down. The http2 compat implementation should do the same. See: fastify/fastify-http-proxy#51. See: fastify/fastify#1494. PR-URL: #27682 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
The http1 implementation does not throw if the connection is down. The http2 compat implementation should do the same. See: fastify/fastify-http-proxy#51. See: fastify/fastify#1494. PR-URL: #27682 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Is this solved @borodadada ? |
@mokimo sorry, I will test later |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I believe this is still an issue though, as of node@12 |
which version? Could you test on node v14? |
Seems like it does not work in node@15 either (node:alpine from here https://hub.docker.com/_/node/ as of today). Also, I'm not 100% sure this is the issue in question. For me the symptoms are that the DELETE command with no body causes the error:
once I disable ( |
It's not. It's likely a different one.. this one is a process crash. Open a new issue with a repro. |
The "process" actually does not crash, only that one particular request. |
These two sentences contradicts each other. This issue was about the process crashing. If it's not crashing, then it's not this issue. |
Ah, I misunderstood your reference "this issue". Alrighty then. |
Hello, i fastify user, and now i needed proxy server, i install fastify proxy and set basic settings.
This my server -
I use SSL from domain, after request i use sort for several servers...
One problem, fastyfy proxy always falls!!!
Error
In version 1.* this same problem
The text was updated successfully, but these errors were encountered: