Closed
Description
When you make GET with very long URL, you will get ERR_EMPTY_RESPONSE, and no logs can show it... When server is down - ERR_CONNECTION_REFUSED - so browser can't connect to server.
So it looks like express accept connection but can't response for some reason.
I know that very long URL is bad practice, but it's legacy project, and I would like to know what is workaround for that issue.
Thanks.