NodeJS快速抛出RangeNotSatisfiableError,如何重现呢?

每天随机我得到这些错误,这使得节点不响应。 我无法复制它。 我该怎么做?

Jul 21 12:38:38 localhost Pchat.log RangeNotSatisfiableError: Range Not Satisfiable Jul 21 12:38:38 localhost Pchat.log at SendStream.error (/home/ubuntu/node_modules/send/index.js:275:31) Jul 21 12:38:38 localhost Pchat.log at SendStream.send (/home/ubuntu/node_modules/send/index.js:618:19) Jul 21 12:38:38 localhost Pchat.log at onstat (/home/ubuntu/node_modules/send/index.js:677:10) Jul 21 12:38:38 localhost Pchat.log at FSReqWrap.oncomplete (fs.js:83:15) Jul 21 12:38:38 localhost Pchat.log RangeNotSatisfiableError: Range Not Satisfiable Jul 21 12:38:38 localhost Pchat.log at SendStream.error (/home/ubuntu/node_modules/send/index.js:275:31) Jul 21 12:38:38 localhost Pchat.log at SendStream.send (/home/ubuntu/node_modules/send/index.js:618:19) Jul 21 12:38:38 localhost Pchat.log at onstat (/home/ubuntu/node_modules/send/index.js:677:10) Jul 21 12:38:38 localhost Pchat.log at FSReqWrap.oncomplete (fs.js:83:15) Jul 21 12:38:38 localhost Pchat.log RangeNotSatisfiableError: Range Not Satisfiable Jul 21 12:38:38 localhost Pchat.log at SendStream.error (/home/ubuntu/node_modules/send/index.js:275:31) Jul 21 12:38:38 localhost Pchat.log at SendStream.send (/home/ubuntu/node_modules/send/index.js:618:19) Jul 21 12:38:38 localhost Pchat.log at onstat (/home/ubuntu/node_modules/send/index.js:677:10) Jul 21 12:38:38 localhost Pchat.log at FSReqWrap.oncomplete (fs.js:83:15)

它看起来像发送包错误。 当请求包含标题Content-Range ( 不能到达的stream的范围)时 (第3段),就会发生这种情况。 将问题添加到发送包中会更好。

重现它尝试发送Content-Range 。 但之前看看它是如何工作的 。