Skip to content

Instantly share code, notes, and snippets.

@Marak
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marak/55ae26b0c6e11adc9a80 to your computer and use it in GitHub Desktop.
Save Marak/55ae26b0c6e11adc9a80 to your computer and use it in GitHub Desktop.
hook.io hook with timeout error ( never ends )
module['exports'] = function badTimeOutHook (hook) {
hook.res.write('hello');
// never calls hook.res.end()
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment