rs / pushd

Blazing fast multi-protocol mobile and web push notification service
MIT License
1.16k stars 224 forks source link

Validate if event exists when posting a message #132

Open andrekampert opened 9 years ago

andrekampert commented 9 years ago

When sending events, return 404 Not Found rather than 204 No Content in case the event does not exist. This prevents errors in event names or subscriber IDs from going unnoticed when using the pushd server.

Fixes #131