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){ .....}
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 !