req = ...req.on('socket',function(sock){ sock.setTimeout(12345); sock.on('timeout',function(){ ... });});req.write( ... );req.end();