From e28985afe274e46086f73d20ac6cebc7710204d4 Mon Sep 17 00:00:00 2001 From: Dave Cole Date: Tue, 2 Apr 2013 18:42:34 -0400 Subject: Use HTTP 202 accepted status code --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b4ff114..fdfcd09 100644 --- a/app.js +++ b/app.js @@ -16,7 +16,7 @@ app.post('/hooks/jekyll', function(req, res){ var cmd = ''; // Close connection - res.send(200); + res.send(202); // Process webhook data data.repo = data.repository.name; -- cgit v1.2.3