Srinjoy Das
Results
1
issues of
Srinjoy Das
## Description This PR fixes issue #6756 where passing a BigInt value to `res.status()` or `res.sendStatus()` causes an uncaught `TypeError` that crashes the server. ## Problem The current implementation uses...