私はnodejs(0.12)とexpress(3.1.0)を使用しています。私のサーバーは、いくつかの時間のために完璧に動作を続けているが、いくつかの時間の後に、それは400(悪い要求)を与え始めると、それはそれを固定するために、次のすべての要求nodejsサーバーが不正な要求(400)エラーを出しました。どうして ?
message: "Error: Bad Request
at SendStream.error (/var/www/storehippo/node_modules/express/node_modules/send/lib/send.js:145:16)
at SendStream.pipe (/var/www/storehippo/node_modules/express/node_modules/send/lib/send.js:298:31)
at Object.static (/var/www/storehippo/node_modules/express/node_modules/connect/lib/middleware/static.js:83:8)
at Object.handle (eval at eval at wrapHandle (/var/www/storehippo/node_modules/newrelic/lib/instrumentation/connect.js:1:0))
at /var/www/storehippo/node_modules/express/node_modules/connect/lib/proto.js:199:15
at /var/www/storehippo/node_modules/newrelic/lib/transaction/tracer/index.js:157:28
at Object.<anonymous> (/var/www/storehippo/dist/dist_17-09-2016_10:20:03/app/index.js:252:5)
at Object.handle (eval at eval at wrapHandle (/var/www/storehippo/node_modules/newrelic/lib/instrumentation/connect.js:1:0))
at /var/www/storehippo/node_modules/express/node_modules/connect/lib/proto.js:199:15
at /var/www/storehippo/node_modules/newrelic/lib/transaction/tracer/index.js:157:28"
400を与え続ける 、私は自分のサーバーを再起動する必要がとそれの根本的な原因を見つけることができません。
根本原因を突き止めて解決するにはどうすればよいですか?
これ以上の情報を提供する必要があります。 –
問題を解決するためのコードをご提供ください。 –
@ravishankarまあ?あなたはそれを解決しましたか? – rsp