In Fastify, req.connection has been Deprecated in favor of req.socket. This affects all recent Fastify installs. The fix made so that nothing breaks but Fastify can pick its preferred req.socket option first without throwing any warnings at the developer.
In Fastify, req.connection has been Deprecated in favor of req.socket. This affects all recent Fastify installs. The fix made so that nothing breaks but Fastify can pick its preferred
req.socket
option first without throwing any warnings at the developer.