Capítulo 404 de 456
Controls whether Next.js polyfills fetch() with HTTP Keep-Alive enabled on Node.js versions before 18.
false to disable HTTP Keep-Alive for all server-side fetch() calls.module.exports = {
httpAgentOptions: {
keepAlive: false,
},
}
fetch() com undici e habilita Keep-Alive por padrão.