# HG changeset patch # User Martin B. # Date 1375201282 -7200 # Tue Jul 30 18:21:22 2013 +0200 # Node ID 93226503d5b6ad5d12a91e2cc09ca8ebba10f543 # Parent 3915124e532da03828b64586396b704c8c89aaab Return 200 even if no items pushed diff --git a/djpubsubhubbub/views.py b/djpubsubhubbub/views.py --- a/djpubsubhubbub/views.py +++ b/djpubsubhubbub/views.py @@ -94,5 +94,5 @@ ) updated.send(sender=subscription, update=parsed) - return HttpResponse('') + return HttpResponse('') raise Http404