Skip to content

Commit

Permalink
adding a link to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
asood123 committed Apr 8, 2016
1 parent 598e016 commit 5b4caf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ERRORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Can't set headers after they are sent

If you use `res.send` twice in the same route it will fail because you already responded to the request. Most of the time, the programmer forgot to return the `res.send` statement. (http://stackoverflow.com/questions/7042340/node-js-error-cant-set-headers-after-they-are-sent)

For example: https://github.com/OpenCollective/api/pull/244


## Webhook

Expand Down

0 comments on commit 5b4caf0

Please sign in to comment.