Skip to content

Instantly share code, notes, and snippets.

View cwholt's full-sized avatar

christopher holt cwholt

View GitHub Profile
@cwholt
cwholt / gist:a934ef4a7d17e5d92856
Created March 31, 2015 16:56 — forked from crash2burn/gist:76c840a05416dd394179
node --expose-gc test.js
var http = require('http')
function Wat() {
this.get = function(cb) {
function callback(response) {
console.log("callback");
}
var req = http.request({
host: "localhost",