node.js中close事件用法 在http.ServerResponse对象的end方法被调用之前,如果连接被中断,将触发http.ServerResponse对象的close事件。
例子:
代码分析: 1、当客户端发生请求后,经过10秒后向客户端发送"你好".同时监听close事件。 2、只要在10秒内关闭了服务器,服务端就会出现"连接被中断",因为10秒内,并不会执行res.end()方法。
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.