Last active
August 29, 2015 14:24
-
-
Save Marak/55ae26b0c6e11adc9a80 to your computer and use it in GitHub Desktop.
hook.io hook with timeout error ( never ends )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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