itsapi / github-listener

A Node.js continuous deployment system for Github.
http://github.com/itsapi/github-listener
GNU General Public License v2.0
7 stars 0 forks source link

Send queue response #38

Closed geraintwhite closed 9 years ago

geraintwhite commented 9 years ago

We need to send the response here https://github.com/itsapi/github-listener/blob/master/listener.js#L250

geraintwhite commented 9 years ago

We could check if a response has been sent already using headersSent to avoid sending a response twice.

olls commented 9 years ago

Sort of related to #39