Jay Rossiter wrote: > The spec, both 0.2 and 0.3 specify (in [7.3]) "2xx" as valid response > codes for contest distribution (subscriber) communication. > > What I'm seeing right now is that the subscriber I've set up is returning > 202 Accepted when content is published, but the appspot hub is reporting all > posts as failures.
This is a known bug. See issue 83: http://code.google.com/p/pubsubhubbub/issues/detail?id=83 Currently the only acceptable responses are 200 and 204. http://code.google.com/p/pubsubhubbub/source/browse/trunk/hub/main.py#2216
