Node.JS:客户端请求中断时postdata会发生什么?

时间:2013-02-18 16:00:06

标签: node.js http post error-handling

the Node.JS docs for HTTP(v0.8.20)的ServerRequest下,我看到dataend的事件。我没有看到error的事件。

通常,如果在接收数据时出现中断,我可以通过查看error来检测它。但这对postdata有用吗?

我如何确定是否已收到整个postdata,并且由于网络故障而未截断?

2 个答案:

答案 0 :(得分:1)

我还没有通过实际运行的代码确认这一点,但只是查看手册,http.ServerRequestReadable Stream并且记录了事件:'错误'。< / p>

答案 1 :(得分:1)

最近有一个问题:https://github.com/joyent/node/pull/4775

一般来说,您应该始终监听并处理来自任何流和偶数字的错误