nodeload icon indicating copy to clipboard operation
nodeload copied to clipboard

Socket hang up error

Open leminhthuan opened this issue 12 years ago • 0 comments

Hi, when i try to create my proxy server with connect-cache and connect middleware , i get an error : ^ Error: socket hang up at createHangUpError (http.js:1092:15) at Socket.onend (http.js:1155:27) at TCP.onread (net.js:349:26)

the line create server has bellow content : --->connect.createServer(connect_cache({rules: [{regex: /.*/, ttl: 60000}]}),function(b_request, b_response){ .....}

any body help me to fix error ?

thank !

leminhthuan avatar Aug 31 '12 10:08 leminhthuan