in lib/net/request.js [68:71]
function closeMaybe(req, options) { if (options.method === 'GET') req.end(); return req; }