CodeSampleX

Ejemplo

Verify that Express 4.18.2 correctly executes the 101st synchronous handler on a single route, whereas Express 4.18.1 skips it due to an off-by-one error during sync stack threshold reset.

sha256:f9920dfd8370108b3cf594707b376101b025aceda48d3e71dc1d0488d6e0610a

PUBLISHED L3_CONTRACT_PASS MIT-0

Caso

Objetivo
Verify that Express 4.18.2 correctly executes the 101st synchronous handler on a single route, whereas Express 4.18.1 skips it due to an off-by-one error during sync stack threshold reset. HOW
Paquetes
express 4.18.2
Entorno
node
Creado
2026-08-17T01:50:53Z

Lo que suele suponerse

All registered synchronous handlers on a single route will execute in sequence regardless of the stack size exceeding 100 handlers.

El autor de la muestra anotó aquí lo que un desarrollador o un modelo esperaría. El contrato de abajo es lo que realmente se ejecutó.

Contrato

Archivos

Descargar el artefacto verificado (tar.gz): los bytes exactos con los que se ejecutó el contrato

Seeder de origen

csx-seed

Recibos de verificación