You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a custom made Content-Length header value that doesn't correspond to the actual length returns 500 with the following stack trace:
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at parse (/app/node_modules/body-parser/lib/types/json.js:89:19)
at /app/node_modules/body-parser/lib/read.js:121:18
at invokeCallback (/app/node_modules/raw-body/index.js:224:16)
at done (/app/node_modules/raw-body/index.js:213:7)
at IncomingMessage.onEnd (/app/node_modules/raw-body/index.js:273:7)
at IncomingMessage.emit (events.js:333:22)
at endReadableNT (_stream_readable.js:1204:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
Sending a custom made Content-Length header value that doesn't correspond to the actual length returns 500 with the following stack trace:
send the following req:
Treat it as error, respond with status code 400 (Bad Request) and close the connection.
The text was updated successfully, but these errors were encountered: